Skip to content

yeghishe/scala-aws-lambda-seed.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-aws-lambda-seed,g8

This is a seed project to create AWS Lambdas in Sala

To create a new project run

sbt new yeghishe/scala-aws-lambda-seed.g8

Overview

Once the project is generated you get few things out of the box:

  • Config is handled using Ficus. Make sure to create your case classes for new config values you add in typesafe config. You can later mix in Config trait or import your values from Config object.
  • Scalafmt is being used for code formatting.
  • Scalastyle is being used fro code style checking.
  • Scoverage is being used for code coverage .
  • Sbt Assembly is being used for packaging.
  • Sbt S3 is being used for deployment to S3.

About

Giter8 template to generate a project that creates AWS Lambdas in Sala and uploads to S3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages