Skip to content

Instantly share code, notes, and snippets.

@marcelpanse
Last active September 28, 2016 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelpanse/6cc6149910f52e9b7e98724192d86779 to your computer and use it in GitHub Desktop.
Save marcelpanse/6cc6149910f52e9b7e98724192d86779 to your computer and use it in GitHub Desktop.
service: Instant
provider:
name: aws
runtime: nodejs4.3
stage: prod
region: eu-west-1
iamRoleARN: arn:aws:iam::XXXXXXXXXXX:role/Lambda-execution
package:
exclude:
- accounts
- resources
include:
- accounts/UpdateUser/
- accounts/RemoveUser/
functions:
UpdateUser:
handler: accounts/UpdateUser/UpdateUser.handler
RemoveUser:
handler: accounts/RemoveUser/RemoveUser.handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment