Skip to content

micronaut-guides/micronaut-function-aws-lambda

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors