python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I get InternetGatewayId of an existing AWS VPC
Background: We have an VPC, it has an Internet Gateway attached.
I would like to get the InternetGatewayId of the VPC via aws-cdk
vpc := awsec2.Vpc_FromLookup(stack, jsii.String(viper.GetString(`vpc.i...
Fu Zhang
Votes: 0
Answers: 1
Dropbox API integration on AWS Lambda gets FetchError (ETIMEDOUT)
I have a node.js app which runs on AWS Lambda. The Lambda is connected with a VPC. It goes internet with a static IP. I use v10.23.0 dropbox-sdk-js. It always seems to run on my local but it sometimes...
rdvnkrtl
Votes: 0
Answers: 1
VPN to access multiple VPC
I have VPC A and VPC B in my cloud provider, I have a VPC peering between them, so hosts in one can access the other.
I have created a VPN in VPC A which gives me access to it, but I would like to be ...

Rodolfo
Votes: 0
Answers: 1
Can we use both DynamoDb and VPC to an aws lambda?
I am working on a AWS lambda in which i want to use DynamoDB and a VPC(Amazon elasticcache for redis). But I was getting time out error when trigger lambda

samirkrishna cholleti
Votes: 0
Answers: 2