AWS API Gateway Method to Serve static content from S3 Bucket

前端 未结 3 1427
野性不改
野性不改 2020-12-18 05:08

I want to serve my lambda microservices through API Gateway which seems not to be a big problem.

Every of my microservices has a JSON-Schema specification of the re

3条回答
  •  不知归路
    2020-12-18 05:32

    I just had a similar error, but for a totally different reason: if the s3 bucket name contains a period (as in data.example.com or similar), the proxz request will bail out with a ssl certification issue!

提交回复
热议问题