@kunbr0/aws-serverless

0.0.54 • Public • Published

@kunbr0/aws-serverless

Hello world!

serverless.ts

module.exports = generateServerlessConfigs({ serviceName: 'kunbr0-aws-serverless', stage: 'dev', nodeVersion: 'nodejs20.x', region: 'eu-north-1', resources: { lambdaFunctions: { NestJSHandler, }, }, })

nestjs_serverless.ts

import { deployWithServerless } from '@kunbr0/aws-serverless/dist/nestjs' import { AppModule } from './app.module'

export const { handler, RestAPIHandler: NestJSHandler } = deployWithServerless(AppModule, __filename)

Dependents (0)

Package Sidebar

Install

npm i @kunbr0/aws-serverless

Homepage

google.com

Weekly Downloads

17

Version

0.0.54

License

MIT

Unpacked Size

46.2 kB

Total Files

19

Last publish

Collaborators

  • kunbr0