Hi! We have a project in which we deploy our CDK i...
# help
d
Hi! We have a project in which we deploy our CDK infrastructure, followed by several services. However, we (quite often) encounter the
A version for this Lambda function exists
issue, which is caused by deploying functions that are not changed. However, since our project is setup as a monorepo with Lerna and Yarn workspaces, and we don't want to tag each service separately, we have no way of telling which services to skip while deploying. Is there any way to avoid this? The Common Serverless Errors documentation suggests deploying a dummy change, but at the rate we get this issue, it has become quite a hassle.
j
This definitely doesn't seem normal. Let me ask @Frank about it.
f
@Dries Hooghe can you DM me the link to this build?
Deploying a Serverless Framework service even when the code has not been changed should still work. It’s weird you are getting this error often.