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
Running "serverless" from node_modules
(node:15707) NOTE: We are formalizing our plans to enter AWS SDK forJavaScript (v2) into maintenance modein 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)
✔ Synced files to S3 buckets
✔ Synced bucket metadata
✔ Updated bucket tags
But nothing is updated in my local folder. I would like to have the contents of the S3 buckets synced to the serverless package before each deploy, is what I'm trying to achieve.
The text was updated successfully, but these errors were encountered:
Perhaps I'm not understanding this library correctly:
sls s3sync
, orsls deploy
to sync these files to the specified local foldersls remove
does delete the contents of the bucket I have specifiedIs syncing from an S3 bucket to the local repository not supported by this library? Or have I misconfigured something?
Here is what my configuration looks like:
Running
sls s3sync
returns the following:But nothing is updated in my local folder. I would like to have the contents of the S3 buckets synced to the serverless package before each deploy, is what I'm trying to achieve.
The text was updated successfully, but these errors were encountered: