Skip to content

hachi-n/python_sam_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYTHON_SAM_TEMPLATE

SETUP

$ pyenv install 3.7.9
$ pip install pipenv
$ pipenv shell
$ pipenv install
$ pipenv install #and more...
 
$ aws configure

PYTHON_SAM_TEMPLATE

debug

PYTHONPATH=./functions  python ./functions/app/lambda_handler.py

build

third party library install.

$ make build-layer

sam build

$ make build 

sam test

$ make test 

sam package

$ make package 
  • please create s3 bucket before.

sam deploy

$ make deploy 

all process.

$ make all
  • make build
  • make package
  • make deploy

About

sam tempalate for creating aws lambda functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors