David Calavera

Results 126 comments of David Calavera

@Develliot you can already use Node.js 18 without increasing build times significantly. Add `nvm use 18` to your `amplify.yml` spec file as a build step. #3617 is a different issue.

You can change the role for your app in the settings: ![image](https://user-images.githubusercontent.com/1050/207972414-26d5e4a1-bd5c-470f-9c12-bf3fef165c98.png) Keep in mind that we need so basic policy permissions to deliver logs to CloudWatch, you can see...

You don't need those permissions anymore if you're deploying Next 13. That documentation is outdated, unfortunately. We need to update that.

correct. The custom role needs that trust relationship.

I've been reviewing this with the team, and it might actually not work, and I was wrong 🤦 The role that you setup in our Console is not the same...

I don't know how discussions work, so putting the link here again. I think you need to copy what the cdk is doing with Go Lambda functions: https://github.com/aws/aws-cdk/discussions/21486#discussioncomment-3337597

@PLaRoche we're not maintaining this library anymore, take a look at https://github.com/netlify/open-api, that's actively maintained.

Is the data in this comparison accurate? https://test262.fyi/#|v8,sm,jsc,hermes,qjs,boa Based on that, it looks like Hermes is still missing many core APIs that we'd have to completely re-implement. It'd be good...

> Can you give me an example of something that is not supported but should be? I don't have any specific example at the moment. I was just curious about...

I've added support for basic extensions, and basic subscriptions in #355