Remove order model (#45)

* Add environment name

* Remove orders models
This commit is contained in:
Niklas Fondberg
2022-01-31 10:24:19 +01:00
committed by GitHub
parent a5a05b0df5
commit 0b0e4f99f8
9 changed files with 6 additions and 196 deletions
+3
View File
@@ -124,6 +124,9 @@ Resources:
PortMappings:
- ContainerPort: !Ref ContainerPort
# Define which parameters should be fetched
Environment:
- Name: ENVIRONMENT_NAME
Value: !Ref EnvironmentName
Secrets:
- Name: "SQLALCHEMY_DATABASE_URI"
ValueFrom: !Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/${EnvironmentName}/SQLALCHEMY_DATABASE_URI"