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
{{ message }}
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
I'm using the go aws sdk. It allows me to customize the endpoint for lambda, e.g., localhost:8000. Will the docker container given here respond to aws lambda invoke commands, as expected, if I do this?
The text was updated successfully, but these errors were encountered:
I threw something together to do this but it's heavily dependent on our environment. We use node. The basic idea is that I use the Docker Remote API to run this image, mounting my code at /var/task. The HTTP server has to respond to POST on /:date/functions/:functionName/invocations.
I'm just getting started with the aws sdk, and I need to dev and test lambda functions locally, It seems like this project may work for that? I'm seeing here (https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/specifying-endpoints.html) that I can specify an endpoint, not sure how to do this for lambda though yet? Any tips on how to set the lambda endpoints if I'm going to dev and test on docker-lambda? Is this how docker-lambda is supposed to be used?
I'm using the go aws sdk. It allows me to customize the endpoint for lambda, e.g., localhost:8000. Will the docker container given here respond to aws lambda invoke commands, as expected, if I do this?
The text was updated successfully, but these errors were encountered: