thetumper
thetumper
Maybe a little different example than the OP, but for my usage, the replacement of prettyPrint option with the pretty-print as a transport is a problem. I have not yet...
Duplicate of https://github.com/vendia/serverless-express/issues/400?
This appears related: https://github.com/vendia/serverless-express/issues/362
So...I should not be using the ${self:} type of reference at all? I have it in so many places. Just one example: ``` provider: stage: ${opt:stage, 'local'} environment: LOG_LEVEL: ${file(serverless/stages/${self:provider.stage}.yml):app.LOG_LEVEL,'info'}...
> So...I should not be using the ${self:} type of reference at all? I have it in so many places. Just one example: > Lightbulb - is this issue only...
Having similar issue. Also, not sure why queueName is required? Serverless gives me a warning about it, but serverless-offline-sqs seems to require it. If I remove, serverless is happy, but...
Thanks @zaro0508 -- that looks very promising. I created a local profile, and used "aws configure" to set custom endpoints. E.g.: aws configure --profile local set s3.endpoint_url http://localstack:4572 Then, in...
Figured out the mount issue -- on Mac, the HOME env variable is already set, and use/changing in docker-compose seems to not have the desired effect on the container mount...
Yes, my issues with the above-mentioned plugin were partly due to how to get a mount set up in my Docker container, to make the .aws config available. But, that...
Looks like this is finally coming, from the AWS side. https://github.com/boto/boto3/issues/2099