cldellow / brics-lambda

An AWS lambda deployment to validate and test brics.dk automata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brics-lambda

An AWS lambda deployment to validate and test brics.dk automata.

aws cloudformation --region us-east-1 create-stack --stack-name brics --template-body file://stack.yaml --capabilities CAPABILITY_IAM creates the stack.

./go builds the code, uploads to S3 and refreshes the Lambda.

After building the stack, go to the API Gateway and enable CORS for the stage.

Usage

$ curl https://us-east-1.brics.code402.com/test` -d '{"needle": "[0-9]+", "haystack": "abc123 def456"}'
{"hits":["123","456"]}

About

An AWS lambda deployment to validate and test brics.dk automata.

License:Apache License 2.0


Languages

Language:Java 93.2%Language:Shell 6.8%