Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 23, 2022 20:02
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 richardgrantserverless/604f41ac8db08b51f7bbb052c63dfd31 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/604f41ac8db08b51f7bbb052c63dfd31 to your computer and use it in GitHub Desktop.
Service Information
service: lambda-screenshots
stage: dev
region: us-east-1
endpoints:
POST - https://123g1jc802.execute-api.us-east-1.amazonaws.com/dev/screenshots
GET - https://123g1jc802.execute-api.us-east-1.amazonaws.com/dev/screenshots
functions:
lambda-screenshots-dev-listScreenshots: arn:aws:lambda:us-east-1:123123123123:function:lambda-screenshots-dev-listScreenshots
lambda-screenshots-dev-createThumbnails: arn:aws:lambda:us-east-1:123123123123:function:lambda-screenshots-dev-createThumbnails
lambda-screenshots-dev-takeScreenshot: arn:aws:lambda:us-east-1:123123123123:function:lambda-screenshots-dev-takeScreenshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment