NeilJ247
NeilJ247
@pgrzesik I am seeing something similar. To give you background: we have a staging and production environments which are hosted on different AWS accounts. When deploying we set the AWS...
I've refactored my serverless.yml to use params only and still seeing the same issue: ``` service: MyService provider: name: aws region: eu-east-1 runtime: nodejs12.x stage: ${opt:stage, 'stage'} lambdaHashingVersion: 20201221 vpc:...
@pgrzesik thanks for the response. I think the difficulty I have is that the SSM path don't match the stages so I will probably just set them to default to...
Came across this as well when updating to latest.
Is there anyway to configure semantic-release to work with `main` at the moment? I've added `main` to `release -> branches` config but it errors with `ERELEASEBRANCHES`
Hi, Sorry for the late reply. The issue could be related to me setting up a VPC with my functions. I mistakenly added both public and private subnets to the...