Skip to content

d4gumich/RDS_lambda_function_0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Lambda for DB chart 0 on webpage

Overview

The code contained in this repo includes:

  • rds_config_sample.py
  • app0.py

Replace the variables found in rds_config_sample.py with the variables provided to you from your backend developer.

Creating the deployment package

Follow the instructions at the link below:

The basic idea here is that you will create a virtual enviornment with the external packages required then cd into that to zip and pull them out. After that would will just zip your application code (app0.py in this case) and specify the file.handler function call in the lambda function.

Settings on the lambda function

  • Set the lambda function into secturity gorup wizard-2 and the execution role to lambda-vpc-role. These have been configured for you and will have the correct whitelists to access the RDS configured for you.

About

Lambda function code and directions for Chart 0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages