Skip to content

Instantly share code, notes, and snippets.

View ddtdanilo's full-sized avatar
😁
Focusing

Danilo Díaz Tarascó ddtdanilo

😁
Focusing
View GitHub Profile
import json
print('Loading function')
def lambda_handler(event, context):
#1. Parse out query string params
transactionId = event['queryStringParameters']['transactionId']
transactionType = event['queryStringParameters']['type']
transactionAmount = event['queryStringParameters']['amount']