UNPKG

samtsc

Version:

This project was put together to make working with the AWS SAM framework easier for developers. It simplifies working with the SAM framework, using real-time updates to lambda functions, layers and resources. This is done by **samtsc** connecting to the

10 lines 236 B
// jest.config.js module.exports = { verbose: true, testRegex: ".*(test|spec)\\.(t|j)sx?$", roots: [ "./src" ], moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], testEnvironment: "node" };