aws-samples / iam-identity-center-team

Open-source temporary elevated access solution for AWS IAM Identity Center.
https://aws-samples.github.io/iam-identity-center-team/
MIT No Attribution
295 stars 67 forks source link

Wrong amplify.state references nodejs runtime instead of python for lambda functions #258

Open maunzCache opened 3 months ago

maunzCache commented 3 months ago

Describe the bug A few lambda functions located in amplify/backend/function/ reference in their amplify.state file a nodejs provider but are actually python functions. See amplify/backend/function/teamgetPermissions/amplify.state for example

To Reproduce

Expected behavior The amplify.state files are aligned with the actual codebase.

Additional context Might not be relevant for a deployment but will surely backfire on local development such as running amplify mock.

github-actions[bot] commented 1 month ago

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed.

maunzCache commented 1 month ago

Still present