We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72970b2 commit 130562dCopy full SHA for 130562d
serverless.yml
@@ -6,7 +6,7 @@ provider:
6
runtime: python3.7
7
stage: ${env:ALIS_APP_ID}
8
endpointType: regional
9
- memorySize: 256
+ memorySize: 128
10
environment:
11
AUTHLETE_API_KEY: ${ssm:${env:ALIS_APP_ID}ssmAutlteleApiKey}
12
AUTHLETE_API_SECRET: ${ssm:${env:ALIS_APP_ID}ssmAutlteleApiSecret}
0 commit comments