You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that its not ideal for the deploy command.
With dedicated presets
We could create 2 extra presets :
aws-lambda-cdk aws-lambda-edge-cdk
Both would be transforming the regular output into CDK output, which means we can have a one liner deploy command like this cd ./cdk && APP_ID=<your app id> npm run deploy
This is a little bit cleaner in my opinion.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
AWS cdk support would allow Nitro to have 0 config deploy to AWS.
See discussions here for more context : #1106
See amazing PR for how CDK logic could be implemented https://github.com/unjs/nitro/pull/240/files
I believe we have 2 options:
Using a preset hook we could do this
The problem is that its not ideal for the deploy command.
We could create 2 extra presets :
aws-lambda-cdk
aws-lambda-edge-cdk
Both would be transforming the regular output into CDK output, which means we can have a one liner deploy command like this
cd ./cdk && APP_ID=<your app id> npm run deploy
This is a little bit cleaner in my opinion.
Additional information
The text was updated successfully, but these errors were encountered: