Skip to content

mmendelson222/lambda-basic-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LambdaBasic

Basic template for an AWS Lambda program

Make sure youare running AT LEAST visual studio 2013, and have the following installed.

  • pip
  • AWS CLI (command line)
  • Python Tools for Visual Studio
  • AWSToolkit VS Extension (optional but helpful)

Download the solution and open it in VS.

Information on creating a lambda/python deployment package: http://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html

Look here for more details: https://blogs.aws.amazon.com/net/post/Tx381XNNQALP8BA/AWS-Lambda-Support-in-Visual-Studio

Deployment scripts:

These scripts are not to be used OOTB. Please review each one before using.

  1. config.sh - Settings used by multiple scripts.
  2. package.sh - Creates a zip file containing the python module and its dependencies.
  3. deploy.sh - First-time packaging and deployment.
  4. update.sh - Lambda function code update only.

About

basic template for a lambda project, based in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published