You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to create the changeset: Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state Status: FAILED. Reason: Transform AWS::Serverless-2016-10-31 failed with: Invalid Serverless Application Specification document. Number of errors found: 2. Resource with id [CommentOnPullRequestFunction] is invalid. 'CodeUri' is not a valid S3 Uri of the form 's3://bucket/key' with optional versionId query parameter. Resource with id [ValidateAndMergePullRequestFunction] is invalid. 'CodeUri' is not a valid S3 Uri of the form 's3://bucket/key' with optional versionId query parameter.
Jasons-Air:codebuild-webinar jason$
The text was updated successfully, but these errors were encountered:
I tried to provision the whole resource with the template but failed with the above 2 erros, any help on this? I would like to know how to integrate step function with code build to to automatic unit testing. Thanks in advance.
so this template is for sam instead of cloudformation ? I watched your video and would like to reproduce the envionrment to learn codebuild and step function. Thanks.
Jasons-Air:codebuild-webinar jason$ aws cloudformation deploy --template-file ./templates/infrastructure.yaml --stack-name $STACK_NAME --capabilities CAPABILITY_IAM
Waiting for changeset to be created..
Failed to create the changeset: Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state Status: FAILED. Reason: Transform AWS::Serverless-2016-10-31 failed with: Invalid Serverless Application Specification document. Number of errors found: 2. Resource with id [CommentOnPullRequestFunction] is invalid. 'CodeUri' is not a valid S3 Uri of the form 's3://bucket/key' with optional versionId query parameter. Resource with id [ValidateAndMergePullRequestFunction] is invalid. 'CodeUri' is not a valid S3 Uri of the form 's3://bucket/key' with optional versionId query parameter.
Jasons-Air:codebuild-webinar jason$
The text was updated successfully, but these errors were encountered: