Next.js CI / CD on AWS with GitHub Actions

Next.js CI / CD on AWS with GitHub Actions

Nader Dabit

3 года назад

11,984 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@dotjs5025
@dotjs5025 - 30.05.2023 08:52

Very nice explanation . Thanks for this

Ответить
@vrrajshah
@vrrajshah - 18.11.2022 07:25

I've been trying to figure this out for over a year now. It's not happening on my system, definitely not this easily🤧

Ответить
@rorycawley8334
@rorycawley8334 - 15.01.2021 02:57

I'd like to see GitHub actions with Amplify please

Ответить
@dpklabs
@dpklabs - 17.12.2020 16:16

Would you still recommend 'npx serverless' over amplify? Also, If I delete my api folder would 'npx serverless' not create the lambda for the api routes? Cheers!

Ответить
@ApoorvMote
@ApoorvMote - 17.12.2020 05:22

CI CD is not the problem. The problem is amplify framework or Serverless framework. The serverless frameowork bundles all api into single lambda@edge and all SSR into single lambda@edge. When you import Amplify then it takes 1.5MB per api route or per SSR page. Lambda limit is 50 MB per lambda. So I am maxed out within 30 api routes or 30 SSR pages.

Ответить
@randomlife3050
@randomlife3050 - 16.12.2020 22:33

Nader, any updates on AWS amplify hosting support for NextJS?

Ответить