Skip to content

Instantly share code, notes, and snippets.

@Odilio
Last active March 17, 2021 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Odilio/dc9a87cc1276883ef85eab36e7084059 to your computer and use it in GitHub Desktop.
Save Odilio/dc9a87cc1276883ef85eab36e7084059 to your computer and use it in GitHub Desktop.
aws lambda create-function
--function-name Quarkuslambda
--zip-file fileb:///C://Users/srmac/projetos/quarkus-lambda/quarkuslambda/target/function.zip
--handler io.quarkus.amazon.lambda.runtime.QuarkusStreamHandler::handleRequest
--runtime java11
--role "arn:aws:iam::1234567890:role/lambda-role"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment