slashdevops/idp-scim-sync

bug: codeVersion field is empty in the state file

christiangda opened this issue · 2 comments

Describe the bug
once the state file is generated, the field codeVersion is empty

To Reproduce
run the program and check the state file

Expected behavior
field codeVersion with the same version of the program

Screenshots
Screenshot 2022-01-31 at 09 24 58

the problem was fixed in the cli and container image but persisted in the AWS Lambda function

the way to solve this issue for the lambda function is by implementing the Building custom runtimes in AWS SAM Build process.

References: