-
Notifications
You must be signed in to change notification settings - Fork 114
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
Offline mode #93
Comments
Hi, unfortunately this is a limitation of serverless-offline for all CloudFormation references (which Lift uses): dherault/serverless-offline#1149 By the way, I realized that our very own @fredericbarthelet was the one who implemented resolution of these references in |
Just to clarify, would it be accurate to say that until dherault/serverless-offline#1149 is addressed, I came here because I'm trying to use an SQS (queue) construct with
|
@zmk-punchbowl I think this is correct, I would not expect |
Thank you for confirming, @mnapoli |
Sorry if I misunderstand but was this plugin related to this https://www.npmjs.com/package/serverless-pseudo-parameters which seems to be built in to serverless framework now? |
Any resolution on this? Still seeing this error. |
Is there a way to use the Storage constructs with Serverless offline?
I ran the deployment so the bucket was created correctly. But if I run
sls offline
the bucket name comes as the string[object Object]
, when set in a env via:BUCKET_NAME: '${construct.someBucket.bucketName}'
.The text was updated successfully, but these errors were encountered: