Skip to content

Mini-Framwork that allows to create Aws Lambda functions with multiple handlers and interceptors in only one package

Notifications You must be signed in to change notification settings

CronosUnder/AwsLambdaFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AwsLambdaFramework

Connector to the default database used is DefaultConnector which requires having the following environment variables:

  • conector_db_host //Host
  • conector_db_user //Usuario
  • conector_db_pass //PASS
  • conector_db_driver //Driver utilzado

Modifying the default connector requires assigning the environment variable class_conector_db EJ: io.febos.framework.lambda.interceptors.impl.db.DefaultConector which should extend from io.febos.framework.lambda.interceptors.impl.db.DbConector inteface

About

Mini-Framwork that allows to create Aws Lambda functions with multiple handlers and interceptors in only one package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%