Example for Quarkus AWS Lambda.
./gradlew quarkus-helloworld:quarkusBuild -Dquarkus.package.type=native -Dquarkus.native.container-build=truesam local start-api -t sam.yaml -p 3000Example of event to send to lambda:
{
"name": "Steeven King"
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
聽 | 聽 | |||
聽 | 聽 | |||
聽 | 聽 | |||
聽 | 聽 | |||
聽 | 聽 | |||
Example for Quarkus AWS Lambda.
./gradlew quarkus-helloworld:quarkusBuild -Dquarkus.package.type=native -Dquarkus.native.container-build=truesam local start-api -t sam.yaml -p 3000Example of event to send to lambda:
{
"name": "Steeven King"
}