UNPKG

typed-serverless

Version:

Helps you write a consistent Serverless Framework configuration in TypeScript

6 lines (5 loc) 189 B
export { TypedServerless } from './aws'; export { BaseResourceParams } from './aws/types'; export * from 'typed-aws'; export * from './utils/serverless'; // export * from '../../typed-aws'