aws-appsync-community icon indicating copy to clipboard operation
aws-appsync-community copied to clipboard

Appsync with NodejsFunction lambda resolver doesn't work with ESM format

Open csbszb opened this issue 2 years ago • 1 comments

AWS CDK provides the possibility to generate Lambda functions in ESM format. However it seems like Appsync cannot process this format (thanks @jogold).

You can find the original ticket here with all the details: https://github.com/aws/aws-cdk/issues/19210

csbszb avatar Mar 18 '22 08:03 csbszb

Hello, can you share more details about "processing the format"? Since AppSync does not create or manage Lambda functions, I'm not sure this is the right place for the issue. However, let us know if there is something specific (maybe in the Lambda payload response) that is not working. Not that AppSync currently only supports calling Lambda synchronously (not with type Event).

onlybakam avatar Dec 13 '23 23:12 onlybakam