Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GuSSMParameter): Remove source mapping for the inline lamba to co…
…mply with lambda character limit Previously, our GuSSMParameter would break on usage due to the generated lambda.js file being long (over 4096 chars). This is due to the unnecessary source map comment at the end of the file. This commit removes the source mapping for that specific file by using tsconfig.json inheritance.
- Loading branch information