Skip to content

manjiii/lambda_docker

Repository files navigation

Requirements

poetry

Set up

  1. Clone this repository.
  2. Run poetry install.
poetry config --local virtualenvs.in-project true
poetry install

Run lambda in local

  • Run lambda using python for test
source  .venv/bin/activate
python lambda_function.py

or

  • In VSCode, press [F5](to run debug)

    *This repository contains launch.json

Run lambda in docker container

  • Run lambda using python for test
sh commands/lambda_run.sh

Package and Make zip file

  1. Make zip file
sh commands/lambda_buiild.sh
  1. Upload "deploy_package.zip" to lambda.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published