Skip to content

Instantly share code, notes, and snippets.

@bmccann36
Created October 12, 2020 11:57
Show Gist options
  • Save bmccann36/bcf145b89a7ad4d940b90f86900fcff5 to your computer and use it in GitHub Desktop.
Save bmccann36/bcf145b89a7ad4d940b90f86900fcff5 to your computer and use it in GitHub Desktop.
functions:
bookStoreApp: # the bookStoreApp function houses the whole app
handler: com.springbootslsdemo.SpringLambdaHandler
events:
- http:
path: /
method: ANY
  - http:
  path: /{proxy+} # all REST resource paths will lead to this function being invoked
# the spring boot framework will handle the routing to the correct classes
  method: ANY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment