datasprayio / open-next-cdk

Deploy a NextJS application using AWS CDK
https://constructs.dev/packages/open-next-cdk
Apache License 2.0
14 stars 1 forks source link

feat: added the ability to process server actions #62

Closed eriktisme closed 7 months ago

eriktisme commented 10 months ago

Fixes #

eriktisme commented 10 months ago

This PR for sure needs fine tunning, it should only send through the non-GET requests to the server actions.

eriktisme commented 10 months ago

@matusfaro if you have time to check it out that be great, if not, I'll plan something in my calendar to spend time on it.

matusfaro commented 10 months ago

@eriktisme Hi, it looks good, just take it out of draft when you're finished with it and i'll merge it and release a new version.

eriktisme commented 9 months ago

@matusfaro I cannot do anything locally for some reason it won't install any of the packages. I'm on a Macbook Pro with an M1 chip

matusfaro commented 8 months ago

@matusfaro I cannot do anything locally for some reason it won't install any of the packages. I'm on a Macbook Pro with an M1 chip

I'm on an M2 so that shouldn't be the problem.

This project uses "projen", to get started, run the following command yarn projen. It will set everything up initially.