Sign inSign up

evgenyniko/lambda_app

By evgenyniko

Updated about 2 years ago

Flask App communicating with AWS Lambda functions using HTTP requests > REST API on AWS API Gateway.

Image
Networking
API management
Web servers
0

1.4K

evgenyniko/lambda_app repository overview

To run the application, execute the following command:

docker run -d -p 8000:8000 evgenyniko/lambda_app:latest

The application is exposed on port 8000 and can be accessed through your browser or via curl. It should be reachable at localhost or your machine's IP address.

The application requires the following environment variables to function:

LAMBDA_CSV="<AWS_API_Gateway_Link_goes_here>/csv"
LAMBDA_DISCORD="<AWS_API_Gateway_Link_goes_here>/discord"
LAMBDA_GITLAB_USER="<AWS_API_Gateway_Link_goes_here>/gitlab_create_user"
LAMBDA_GITLAB_PROJECT="<AWS_API_Gateway_Link_goes_here>/gitlab_create_project"
LAMBDA_WIKI="<AWS_API_Gateway_Link_goes_here>/wiki"

You can set this environment variable directly, in a .env file or by using Kubernetes secrets.

Tag summary

Content type

Image

Digest

sha256:4d5655c61

Size

26.3 MB

Last updated

about 2 years ago

docker pull evgenyniko/lambda_app