Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hook s3 bucket to our domain #531

Open
michal1106 opened this issue Dec 19, 2022 · 0 comments
Open

hook s3 bucket to our domain #531

michal1106 opened this issue Dec 19, 2022 · 0 comments
Labels

Comments

@michal1106
Copy link

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.

custom:
  customDomain:
    domainName: foo.example.tld
    basePath: bar
    createRoute53Record: true

Versions

  • Domain Manager version(s): [e.g. v6.0.0, v7.0.0-beta.34]
  • Node/npm version: [e.g. Node 8/npm 5]
  • Serverless Version: [e.g. v1.35.1, 1.2.0]
  • Lambda Code [e.g. Javascript, Python, Java]

Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant