Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

A simple bash script with useful functions to set up a development enviroment for lambda functions in python and deploy them to AWS

Notifications You must be signed in to change notification settings

rialg/lambda_deployment_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Utility functions for creating and deploying lambda functions to AWS

Usage

Initialize project
$source lambda_manager.bash
$init_lambda <nombre-proyecto>
Deploy package from virtual enviroment
// Inside <nombre-proyecto> folder
$deploy_lambda <nombre-proyecto> <execution-role-arn>
$deactivate

About

A simple bash script with useful functions to set up a development enviroment for lambda functions in python and deploy them to AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages