serverless / serverless Public
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
sls package --aws-s3-accelerate #9812
Comments
Am happy to submit a |
Hello @JamesKyburz, thanks for reporting. It looks like that option was ommitted when options schema was introduces and yes, it should be added to the module you've linked. We'd be more than happy to accept a PR |
Thanks, will send a |
Sent a simple PR and have verified it works locally with npm link. |
Using version
2.53.0
When executing
sls package --aws-s3-accelerate
we get an incorrect deprecation warning.Serverless: Packaging service... Serverless: Deprecation warning: Detected unrecognized CLI options: "--aws-s3-accelerate".
However the cloudformation output contains the correct s3 bucket configuration.
If the option is removed from the package command prior to a deploy it fails.
Installed version
The text was updated successfully, but these errors were encountered: