Skip to content

Instantly share code, notes, and snippets.

@pahud
Last active June 12, 2021 02:16
Show Gist options
  • Save pahud/23187c7aec192db0f6b4098b18938567 to your computer and use it in GitHub Desktop.
Save pahud/23187c7aec192db0f6b4098b18938567 to your computer and use it in GitHub Desktop.
apprunner cfn service
Resources:
FlaskService3B7F72B9:
Type: AWS::AppRunner::Service
Properties:
SourceConfiguration:
CodeRepository:
CodeConfiguration:
ConfigurationSource: REPOSITORY
RepositoryUrl: https://github.com/aws-containers/hello-app-runner
SourceCodeVersion:
Type: BRANCH
Value: main
@pahud
Copy link
Author

pahud commented Jun 12, 2021

Properties validation failed for resource FlaskService3B7F72B9 with message: #/SourceConfiguration/CodeRepository/SourceCodeVersion/Type: #: only 1 subschema matches out of 2 #/SourceConfiguration/CodeRepository/SourceCodeVersion/Type: failed validation constraint for keyword [enum] #/SourceConfiguration/CodeRepository/CodeConfiguration/ConfigurationSource: #: only 1 subschema matches out of 2 #/SourceConfiguration/CodeRepository/CodeConfiguration/ConfigurationSource: failed validation constraint for keyword [enum]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment