Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document changes from #4951 #5949

Merged
merged 1 commit into from
Mar 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/providers/aws/guide/services.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ provider:
runtime: nodejs6.10 runtime: nodejs6.10
stage: dev # Set the default stage used. Default is dev stage: dev # Set the default stage used. Default is dev
region: us-east-1 # Overwrite the default region used. Default is us-east-1 region: us-east-1 # Overwrite the default region used. Default is us-east-1
stackName: my-custom-stack-name-${self:provider.stage} # Overwrite default CloudFormation stack name. Default is ${self:service}-${self:provider.stage}
apiName: my-custom-api-gateway-name-${self:provider.stage} # Overwrite default API Gateway name. Default is ${self:provider.stage}-${self:service}
profile: production # The default profile to use with this service profile: production # The default profile to use with this service
memorySize: 512 # Overwrite the default memory size. Default is 1024 memorySize: 512 # Overwrite the default memory size. Default is 1024
deploymentBucket: deploymentBucket:
Expand Down