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
we use your great plugin for lambdas, now we have use case where the lambdas and static files should located on the same host and we want to integrate a bucket into serverless-domain-manager
how this can be achieved?
we tried using serverless-apigateway-service-proxy - it helped us to put s3 under API Gateway and then to link this API Gateway to your plugin
BUT apparently serverless-apigateway-service-proxy doesn't handle the s3 files as pure proxy (not all headers, response status etc are passed from s3, we currently found issues with png and Range header see issue opened - serverless-operations/serverless-apigateway-service-proxy#190)
Thanks for your assistance, we are really stuck..
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Support Question
Question
Please be as clear as possible.
Command Run
e.g. sls deploy, sls create_domain, etc.
Console Output
Domain Manager Configuration
Replace this with your own serverless.yml file (anonymized, of course) to help us better resolve your issue.
we use your great plugin for lambdas, now we have use case where the lambdas and static files should located on the same host and we want to integrate a bucket into serverless-domain-manager
how this can be achieved?
we tried using serverless-apigateway-service-proxy - it helped us to put s3 under API Gateway and then to link this API Gateway to your plugin
BUT apparently serverless-apigateway-service-proxy doesn't handle the s3 files as pure proxy (not all headers, response status etc are passed from s3, we currently found issues with png and Range header see issue opened - serverless-operations/serverless-apigateway-service-proxy#190)
Thanks for your assistance, we are really stuck..
Community Note
Support Question
Question
Please be as clear as possible.
Command Run
e.g.
sls deploy
,sls create_domain
, etc.Console Output
Domain Manager Configuration
Replace this with your own
serverless.yml
file (anonymized, of course) to help us better resolve your issue.Versions
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: