UNPKG

jambda

Version:

Easy serverless rest api deploy! Jambda makes it easy to deploy database connected rest api's by providing the least amount of configuration.

22 lines 391 B
name: 'resource' database: production: driver: 'memory' database: 'test_api' autoReconnect: true development: driver: 'memory' database: 'test_api' autoReconnect: true test: driver: 'memory' database: 'test_api' autoReconnect: true cors: enabled: true origin: "http://localhost:3000" headers: - Content-Type methods: - PUT - POST