-
Notifications
You must be signed in to change notification settings - Fork 13
/
samconfig.toml
31 lines (29 loc) · 1.39 KB
/
samconfig.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version = 0.1
[oauth2]
[oauth2.deploy]
[oauth2.deploy.parameters]
stack_name = "p13n-apis-oauth2"
confirm_changeset = true
capabilities = "CAPABILITY_IAM"
parameter_overrides = "ApplicationName=\"P13n-APIs-oauth2\" EnvironmentName=\"prod\" TimeZone=\"UTC\" AuthenticationScheme=\"OAuth2-Cognito\" CreateCognitoResources=\"Yes\" ApiEntryPointType=\"API-Gateway-HTTP\" CacheScheme=\"CloudFront\""
image_repositories = []
[apikey]
[apikey.deploy]
[apikey.deploy.parameters]
stack_name = "p13n-apis-apikey"
region = "us-east-1"
confirm_changeset = true
capabilities = "CAPABILITY_IAM"
parameter_overrides = "ApplicationName=\"P13n-APIs-apikey\" EnvironmentName=\"prod\" TimeZone=\"UTC\" AuthenticationScheme=\"ApiKey\" CreateCognitoResources=\"No\" ApiEntryPointType=\"API-Gateway-REST\" CacheScheme=\"API-Gateway-Cache\""
image_repositories = []
[noauth]
[noauth.deploy]
[noauth.deploy.parameters]
stack_name = "p13n-apis-noauth"
region = "us-east-1"
confirm_changeset = true
capabilities = "CAPABILITY_IAM"
parameter_overrides = "ApplicationName=\"P13n-APIs-noauth\" EnvironmentName=\"prod\" TimeZone=\"UTC\" AuthenticationScheme=\"None\" CreateCognitoResources=\"No\" ApiEntryPointType=\"API-Gateway-HTTP\" CacheScheme=\"CloudFront\" GenerateConfigDatasetGroupNames=\"retaildemostore-products,personalize-poc-movielens-20m\" CreateSwaggerUI=\"Yes\""
image_repositories = []
resolve_s3 = true
s3_prefix = "p13n-apis-noauth"