aws-lambda-rie-gateway
aws-lambda-rie-gateway copied to clipboard
Convert HTTP request to API Gateway payload for aws-lambda-rie
Results
1
aws-lambda-rie-gateway issues
Sort by
recently updated
recently updated
newest added
Hello! I have a lambda that is served using [RIE](https://docs.aws.amazon.com/lambda/latest/dg/images-test.html), which was set up using the following `docker-compose.yaml`: ```yaml version: '2.4' services: # https://github.com/eagletmt/aws-lambda-rie-gateway apigw: image: public.ecr.aws/eagletmt/aws-lambda-rie-gateway environment: TARGET_URL: http://app:8080...