Skip to content

klimuntowskirafal/LambdaRdsInVPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Write to RDS table with Lambda in a VPC

  1. push pymysql.zip file to your s3 bucket. You can create s3bucket through aws cli:
aws s3api create-bucket \
    --bucket my-bucket-test \
    --region eu-central-1 \
    --create-bucket-configuration LocationConstraint=eu-central-1
  1. upload a file to the bucket:
aws s3 --region eu-central-1 cp pymysql.zip s3://my-bucket-test --acl public-read
  1. change bucket name in template.yml before deploying with cloud formation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published