Open alexb-uk opened 4 years ago
had a quick look ran into the same issue, some of SSM vars was empty "" strings, it then opts to check the .env
file for a value.
Once I gave them values it worked fine.
If I have time this weekend I'll PR up a fix.
Sorry I've been MIA, we're still under stay at home orders here in the states and I've trying to balance teaching my kids with still working full time. Doesn't leave much time for open source work :/
@barendb Thank you so much for looking in to this and for all of your contributions to this project. If you wouldn't mind, please shoot me an email as I'd love to chat with you about a few things.
Sorry for the delays in getting around to this. @alexb-uk, I'm wondering if 122704e3cf76246d3b9eee71f33ca2dda0d1679b may not have fixed your issue. Can you please try updating to the latest 5.X version and try again.
I have a similar issue:
serverless@1.67.0
and serverless-offline-ssm@4.1.2
everything works fineserverless@1.77.1
and still use serverless-offline-ssm@4.1.2
- I'm getting the issue described aboveserverless-offline-ssm@5.0.2
, no matter what version of serverless
I'm using, I get this: Error: serverless-offline-ssm missing configuration stages.
@milanzivic Sorry, I've been out on vacation. Can you please provide an example repository pinning the specific versions of serverless and all of the plugins that you are using?
@janders223 don't worry man, it's all good.
I can do it over the weekend and send it your way by Monday if that's good with you.
Hi,
I've tried updating to the latest versions of
serverless
andserverless-offline-ssm
but it appears thatserverless 1.70.1
is causing.env
to no longer be picked up.Works:
Does not pick up
.env
:Cut down serverless.yml:
Thanks for all you efforts on this library if there's anything I can look into further or provide you with more info please don't hesistate to ask.
Alex