Luke Miller
Luke Miller
+1 same issue; any solutions?
Edit: I was mistaken. I did not create a new lambda referencing a pre-existing IoT rule. I reused a IoT topic, but now wonder why I can't use pre-existing IoT...
@mrbalkan I agree regarding the logic of the current design making sense. You're right too that this is likely more related to CF than SAM specifically. I'm still left wondering...
@keetonian As far as I've tested, just changing the FunctionName of an AWS::Serverless::Function property does force an update of any lambda. That's how I currently get around my issue #1267....
Question: Does ImportValue intrinsic function work for Layers property of AWS::Serverless::Function?
Looks like it can't be done: https://github.com/awslabs/aws-sam-cli/issues/1489. I ran into this as well. Ended up creating a separate repo/sam temp for a layer so I can manage the layer that...