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
Is it possible to use sam local start-api in commodity CI environments and, if not, can such support be added? I spent about a day trying to get it working on Circle CI 2.0 and while I think I got the service running, it looks like my test code can't actually reach the sam-hosted endpoints.
The text was updated successfully, but these errors were encountered:
It should just work in a CI environment as long as your environment can run a Docker container. If you ran into specific issues, feel free to open the Issue with your problems. We will be happy to dive deep.
* SAM test for step functions (state machine)
* Fixing a typo in comment
* Added missing unit test for create test executors of kinesis and stepfunctions
* Refactoring to change the lambda json converter the default json converter
Is it possible to use
sam local start-api
in commodity CI environments and, if not, can such support be added? I spent about a day trying to get it working on Circle CI 2.0 and while I think I got the service running, it looks like my test code can't actually reach the sam-hosted endpoints.The text was updated successfully, but these errors were encountered: