jayanmn / micronaut-function-aws-lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide:

http://guides.micronaut.io/micronaut-function-aws-lambda/guide/index.html

cURL Command:

$ curl -X "POST" "http://localhost:8080/invoice/vat" -H 'Content-Type: application/json' -d $'{"countryCode": "es","vatNumber": "B86412491","lines": [{"count": 2,"price": 19.99,"productId": "1491950358"},{"count": 1,"price": 15,"productId": "1680502395"}]}'

curl Command API AWS Lambda:

$ curl -X "POST" "https://8ah5p89xof.execute-api.eu-west-3.amazonaws.com/beta" -H 'Content-Type: application/json' -d $'{"memberStateCode": "es","vatNumber": "B86412491"}'

About


Languages

Language:Java 94.3%Language:Shell 5.2%Language:Dockerfile 0.5%