Skip to content

Instantly share code, notes, and snippets.

@dhavaln
Created June 8, 2019 15:11
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 dhavaln/60d1c26bd2739007301e88ae14408f9f to your computer and use it in GitHub Desktop.
Save dhavaln/60d1c26bd2739007301e88ae14408f9f to your computer and use it in GitHub Desktop.
Serverless Hello World Layer Deployment Output
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Serverless: Excluding development dependencies...
Serverless: Uploading CloudFormation file to S3...
Serverless: Uploading artifacts...
Serverless: Uploading service .zip file to S3 (1.07 KB)...
Serverless: Uploading service .zip file to S3 (839 KB)...
Serverless: Validating template...
Serverless: Updating Stack...
Serverless: Checking Stack update progress...
...................
Serverless: Stack update finished...
Service Information
service: serverless-layers
stage: dev
region: xx-xxxxxx-1
stack: serverless-layers-dev
api keys:
None
endpoints:
GET - https://xxxxxxxx.execute-api.xx-xxxxxxxx-1.amazonaws.com/dev/hello-world
functions:
helloWorld: serverless-layers-dev-helloWorld
layers:
moment: arn:aws:lambda:xx-xxxxxxxx-1:99999999999:layer:moment:1
Serverless: Removing old service artifacts from S3...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment