Closed TylerSustare closed 1 year ago
Yeah, this is a bad pattern that propagated from a choice I made in a template repo. Thanks for raising the issue, we'll get a patch out for this!
@trevor-scheer A little extra context. It may not matter but my project was using TS.
@TylerSustare thanks for the context, that's helpful to know. That is surprising, though I'd suppose a race condition in installed dependencies then (making this problem affect even more folks potentially)?
In any case, this should be resolved for everyone in the latest patch 👍
Following the deploy to lambda guide here, I'm running into issues when trying to install
@as-integrations/aws-lambda
. This is happening for version1.2.0
,1.1.0
,1.01
but not for1.0.0
I'm using PNPM in a mono repo for my serverless project.
It look like the error is trying to run
tsc
and running into an issue with variable declarations possibly.my package.json looks like the following
Calling it out explicitly here. This is an issue for me in
1.2.0
,1.1.0
and1.0.1
but reverting to version1.0.0
did not have this issue 😄