How to let AWS lambda in a VPC to publish SNS notification?

后端 未结 4 1637
走了就别回头了
走了就别回头了 2021-01-03 22:10

I have a lambda function that accesses my Postgres db in RDS via VPC. After it queries the db, I want to post a notification to SNS. Because my lambda function exists in my

4条回答
  •  星月不相逢
    2021-01-03 22:46

    You will need a NAT server running in your VPC to route traffic outside of the VPC. AWS now offers a managed NAT service that makes this easier.

提交回复
热议问题