You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case for an offline local testing tool is specific to API Gateway only. I am only wanting to test my OAS3 spec with mock integration. I have been trying to use this tool but it always complains with Error: Template does not have any APIs connected to Lambda functions. Is this doable?
The text was updated successfully, but these errors were encountered:
serverless-offline doesn't support mock integration [yet]. it might be doable, but it might also take some time to have that implemented. what definitely would help is a small repro repository to see on how you are trying to use that functionality.
Also feel free to open a PR with the implementation.
Hey there,
My use case for an offline local testing tool is specific to API Gateway only. I am only wanting to test my OAS3 spec with mock integration. I have been trying to use this tool but it always complains with
Error: Template does not have any APIs connected to Lambda functions
. Is this doable?The text was updated successfully, but these errors were encountered: