Skip to content

Instantly share code, notes, and snippets.

@claydanford
Last active August 10, 2020 20:50
Show Gist options
  • Save claydanford/100241bf835f44d36b98fd044e89b1a1 to your computer and use it in GitHub Desktop.
Save claydanford/100241bf835f44d36b98fd044e89b1a1 to your computer and use it in GitHub Desktop.
functions:
hello:
handler: handler.hello
provisionedConcurrency: 1
concurrencyAutoscaling:
enabled: true
usage: 0.75
hello2:
handler: handler.hello2
provisionedConcurrency: 1
concurrencyAutoscaling:
enabled: true
usage: 0.75
minimum: 5
maximum: 20
scaleInCooldown: 60
scaleOutCooldown: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment