When collecting feedback, a common misconception we have sen is that sls-jest is meant to be used with the serverless framework.
In reality, sls-jest can be used with any IaC framework.
Here are a few things we can improve in the doc to make this clear, and improve onboarding of new users.
-
make it clear in the doc that sls-jest is IaC framework agnostic
-
write some guides on how to use sls-jest with popular frameworks. including CDK, SAM, Serverless Framework.
i.e: How to extract variables form the stacks using output variables, --outputs-file (CDK), or serverless-export-env
When collecting feedback, a common misconception we have sen is that
sls-jestis meant to be used with the serverless framework.In reality,
sls-jestcan be used with any IaC framework.Here are a few things we can improve in the doc to make this clear, and improve onboarding of new users.
make it clear in the doc that sls-jest is IaC framework agnostic
write some guides on how to use sls-jest with popular frameworks. including CDK, SAM, Serverless Framework.
i.e: How to extract variables form the stacks using output variables,
--outputs-file(CDK), or serverless-export-env