Stephen Bawks

Results 21 comments of Stephen Bawks

Ran into this issue myself this morning. Using the managed policies in the provider.iam block does not inherit down to the function.

I also tried updating to the newest version of Serverless Framework to see if that would make a difference but was not really seeing much in the releases that would...

Yah my first thought was to catch via regex or something similar to this schema MyCompany::S3::Bucket::MODULE With a Cloudformation module, we know it's always going to set up with 4...

Other thought is that you could just create a new Modules variable under the provider and toggle it on or off.

I can take a look. Any general idea of where I should even start looking in the code?

Bumping this one back as I could use some help on this one, since I really am not great with JS.

I was also thinking about having a service/stack in my Compose file, that would allow to do deploy a feature branch for some infrastructure. I obviously do not want the...

I have done multi-region by having separate folders. You would obviously need to have your serverless.yml file in both folders: /baseInfrastructure-E2 - serverless.yml /baseInfrastructure-W2 - serverless.yml In the serverless.yml file,...

As part of our CICD and using the auth0cli if you don't persist the refresh token information on an update/deploy it will not save those and hence for you to...

Work still progressing on this, but interested in early feedback.