Submit card and merchant information to https://mpi.3dsecure.io (MPI) according to:
The response will include:
Submit card and merchant information to https://mpi.3dsecure.io (MPI) according to:
The response will include:
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.
| # Zappa uses *.pyc files and needs to be cleaned up when moving to different directory or changing Python versions | |
| # https://github.com/Miserlou/Zappa/issues/854 | |
| find . -name \*.pyc -delete |
I hereby claim:
To claim this, I am signing this object:
| // Get episode details | |
| GET /episodes/?token=xxxxxxxxxx&episode_id=1234 | |
| { | |
| "episode_id": 1234, | |
| "show_id": 1234, | |
| "channel_id": 1234, | |
| "title": "A Beautiful Affair", | |
| "air_date": "2012-11-08", | |
| "playable": false, |
| -- Copyright (C) 2010 Danao.org. All Rights Reserved. | |
| -- Jon Danao | [email protected] | http://danao.org | |
| module(..., package.seeall) | |
| function createTrie() | |
| -- PRIVATE | |
| local trie = {} |