sls package --aws-s3-accelerate #9812
Labels
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: