@jdevdevdev/aws-lambda-edge-preset
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

AWS Lambda@Edge Preset

Experimental Nitro middleware preset for lambda@egde

Why publish this? Lambda@edge support is still pending this moves this file out of my repos until official support comes.

Installation

$ npm i --save-dev @jdevdevdev/aws-lambda-edge-preset
$ yarn add -D @jdevdevdev/aws-lambda-edge-preset
$ pnpm add -D @jdevdevdev/aws-lambda-edge-preset

Changing the preset

Nuxt

Update build command to NITRO_PRESET=@jdevdevdev/aws-lambda-edge-preset nuxt build or change in code at:

nuxt.config.ts

export default defineNuxtConfig({
  nitro: {
    preset: "@jdevdevdev/aws-lambda-edge-preset"
  },
})

Nitro

nitro.config.ts

export default defineNitroConfig({
  preset: '@jdevdevdev/aws-lambda-edge-preset'
})

Readme

Keywords

none

Package Sidebar

Install

npm i @jdevdevdev/aws-lambda-edge-preset

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

7.18 kB

Total Files

7

Last publish

Collaborators

  • jdevdevdev