smgcknt-tech / traweather-react-app

1 stars 0 forks source link

Automating these workflows by Lambda #48

Closed smgcknt-tech closed 2 years ago

smgcknt-tech commented 2 years ago
smgcknt-tech commented 2 years ago

where to locate lambda public subnet (traweather-public)

security group no need to change

code lambda executes api/csv

event trigger uploading csv to S3's traweather_bucket/csv/

how to execute api by lambda https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html

Tutorial: Configuring a Lambda function to access Amazon RDS in an Amazon VPC https://docs.aws.amazon.com/lambda/latest/dg/services-rds-tutorial.html

how to install external library into lambda https://dev.to/alim1496/managing-external-libraries-in-aws-lambda-functions-1g0m

how to create trigger https://qiita.com/kei1-dev/items/9321668126c9b84b88a0