Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: detection of changes lambda function code #12

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

stefanfreitag
Copy link
Owner

No description provided.

Updated the devcontainer.json file to use a newer version of the Terraform feature (1.6.2) and TFLint (0.48.0). Also enabled the installation of TFSec and Terraform Docs.
The commit adds the `source_code_hash` attribute to the `aws_lambda_function` resource in `main.tf`. This attribute is set to the output of `data.archive_file.status_checker_code.output_base64sha256`, ensuring that the Lambda function uses the correct source code.
@stefanfreitag stefanfreitag linked an issue Oct 23, 2023 that may be closed by this pull request
@stefanfreitag stefanfreitag added the enhancement New feature or request label Oct 23, 2023
@stefanfreitag stefanfreitag merged commit 04d7f93 into main Oct 23, 2023
@stefanfreitag stefanfreitag deleted the 11-detection-of-changes-lambda-function-code branch October 23, 2023 17:34
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detection of changes Lambda function code
1 participant