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
An error occurred (NotImplemented) when calling the PutBucketNotificationConfiguration operation: A parameter you provided implies functionality that is not implemented
If I replace http://localhost:8000 with a S3 server generated by localstack.
it works fine but I would like to use this plugin instead of localstack.
Any ideas or did I miss something?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @jackthecodemonkey
Thanks for your comment! Unfortunately, serverless-s3-local doesn't support integration with SQS. Because it seems that s3rver which is our backend system doesn't support it.
In my opinion, you can write a simple lambda function to relay the S3 event to SQS as a workaround. I'm truly sorry for not being able to help you.
Hi,
I tried to hook S3 up with SQS queue by running a command
and my lead.json
The error message I got
If I replace
http://localhost:8000
with a S3 server generated by localstack.it works fine but I would like to use this plugin instead of localstack.
Any ideas or did I miss something?
Thanks!
The text was updated successfully, but these errors were encountered: