Skip to content

Sample lambda hello function using Serverless Framework

Notifications You must be signed in to change notification settings

rosemcc/serverless-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless framework and AWS Lambda

Sample lambda hello function using Serverless Framework

Serverless Docs

Setup

Install serverless framework

npm install -g serverless

Config AWS credentials:

serverless config credentials --provider aws --key <your_key> --secret <your_secret>

Usage

Deployment instructions are defined in serverless.yml

Serverless yaml reference

Lambda function is defined in handler.py

Deploy to AWS:

serverless deploy

Debug locally:

serverless invoke local --function hello

About

Sample lambda hello function using Serverless Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages