1

I have followed below link and integrated FCM into AWS Lambda (Python) function.

https://github.com/olucurious/PyFCM.

Its works fine with no VPC configured. But when I integrate with Lambda method to query RDS using default VPC configured, its not working. Always am getting timeout in FCM send message.

Kindly share if you have any thoughts.

AL.
  • 36,815
  • 10
  • 142
  • 281
Jay
  • 113
  • 2
  • 8
  • Did you deploy the Lambda function on a private subnet in the VPC whose default gateway points to a NAT Gateway on a public subnet? I'm guessing not, since that is a common mistake, and will prevent code in the Lambda function from accessing the Internet. – Michael - sqlbot Apr 13 '17 at 06:49
  • Thanks for your response. – Jay Apr 27 '17 at 01:01

0 Answers0