Open mongito opened 2 years ago
Describe the bug The plugin validation and code code insight do no recognize ES6-type exports in javascipt files.
To reproduce
index.js
export const handler = async (event) => { return { statusCode: 200, body: JSON.stringify('Hello from ES6 Lambda!'), }; };
{ "name": "whatevername", "version": "1.0.0", "type": "module" }
index.handler
Expected behavior The lambda is updated (code is packaged and uploaded)
Your Environment
Additional context
Did you find a solution? The upload is working via VSC AWS toolkit, but did not work on IntelliJ.
I assume this is a feature that will not be added? Is there a branch already existing where I can contribute?
Describe the bug The plugin validation and code code insight do no recognize ES6-type exports in javascipt files.
To reproduce
index.js
file with this contentindex.handler
(choose any other appropriate options).Expected behavior The lambda is updated (code is packaged and uploaded)
Your Environment
Additional context