Skip to content

Instantly share code, notes, and snippets.

View jondanao's full-sized avatar
🏄‍♂️
Just surfing...

Jon Danao jondanao

🏄‍♂️
Just surfing...
View GitHub Profile
@jondanao
jondanao / 3dsecure-flow.md
Created April 14, 2021 07:42 — forked from soltveit/3dsecure-flow.md
3D Secure flow

3D Secure flow

Verify cardholder is enrolled in 3D Secure program

Submit card and merchant information to https://mpi.3dsecure.io (MPI) according to:

The response will include:

How to setup AWS lambda function to talk to the internet and VPC

I'm going to walk you through the steps for setting up a AWS Lambda to talk to the internet and a VPC. Let's dive in.

So it might be really unintuitive at first but lambda functions have three states.

  1. No VPC, where it can talk openly to the web, but can't talk to any of your AWS services.
  2. VPC, the default setting where the lambda function can talk to your AWS services but can't talk to the web.
  3. VPC with NAT, The best of both worlds, AWS services and web.