amazon web services - Why aws lambda within VPC can not send message to SNS? -
my lambda function can send message sns publish method "no vpc", timeout when put in vpc has access public internet route , internet gateway.
edited
i have lambda in public subnet has 0.0.0.0/0 routed internet gateway, can not route again nat. possible assign eip lambda function
you have add nat gateway vpc in order lambda functions (and other things in vpc don't have public ip) access outside vpc. should read things know section of this aws announcement.
Comments
Post a Comment