TypeScript AWS Lambda Issue #3540
michaelbarnes
started this conversation in
Artillery
Replies: 1 comment 1 reply
-
Changed my dev setup. Basically build the TS locally and then point to the dist folder in the processors section of the YML e.g.
This works but now after running a few load tests on AWS Lamda, I now get this error:
I'm using HTTP streams and downloading around 10mb per vUser. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to run my tests on AWS Lambda but I run into an issue when Artillery fails to build the TS code .
When I run the run-lambda comment like so:
I end up with this:
When I run
tsc --version
globally it outputsVersion 5.1.6
and I've fixed the TS version is my package.json to 5.1.6.The tests run totally fine locally.
I can't exclude these packages as I need them in my processor, can someone help?
Beta Was this translation helpful? Give feedback.
All reactions