Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Last active October 3, 2022 12:13
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 theawesomenayak/6bc93be490815cad88a90de68f35cd42 to your computer and use it in GitHub Desktop.
Save theawesomenayak/6bc93be490815cad88a90de68f35cd42 to your computer and use it in GitHub Desktop.
Serverless YML
service: daily-news-java
frameworkVersion: '3'
provider:
name: aws
runtime: java8
package:
artifact: target/daily-news-java-dev.jar
functions:
hello:
handler: com.serverless.Handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment