Skip to content

Simple example of deploying AWS Lambda function using Grunt

Notifications You must be signed in to change notification settings

VTurturika/aws-lambda-grunt-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-grunt-deploy

Simple example of deploying AWS Lambda function using Grunt.JS

How to use?

  • Create AWS Lambda function using AWS Management Console (learn here)
  • Clone the repository:
git clone [email protected]:VTurturika/aws-lambda-grunt-deploy.git
  • Install dependencies packages:
npm install
  • Edit your AWS Lambfa function in index.js. For more information learn here.
  • Specify your local test events in events.json (for grunt lambda_invoke).
  • Edit your AWS_ACCESS_KEY_ID, AWS_ACCESS_KEY_ID and your lambda function ARN in credentials.env
  • Set up your environment variables:
source credentials.env
  • Deploy your function:
grunt deploy

About

Simple example of deploying AWS Lambda function using Grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published