The Dynatrace automated release monitoring page mentions the following requirement:
The attachRules object contains a list (entityIds) of entities (process group instances) to which you want to link releases
However as far as I understand, in case of AWS Serverless (let's say Lambda + DynamoDB) apps, there are no process groups since there are no servers or processes per-se.
What should be then the value of attachRules in the REST payload / how can Dynatrace be integrated with CodePipeline (via exporting variables) to pass the deployed CloudFormation stack version information to Dynatrace?
im curious if you can substitute the process group with the custom device group ID for that given server-less entity:
Have you tried this?