-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/lambda_layer_version: Add lambda_layer_version resource #6782
Conversation
Is there anything we can help with to expedite this getting merged? |
I’ve got most of the doc page finished locally, will finish it up and push tomorrow morning. @bflad I would definitely appreciate an initial review of this though - the code itself should be finished. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @acburdine 👋 Looking pretty good! Left my initial feedback below. Please reach out with any questions or if you do not have time to implement these items.
@acburdine will you have time to continue working on this pull request? |
@bflad yup! sorry for not getting it done sooner, should be able to finish it up tomorrow/Friday. |
768ae65
to
19e0383
Compare
just need to finish adding some more tests and pushing the documentation, then it should be good to go |
@acburdine is there an ETA of the release that will have your PR? |
Output from tests:
@bflad apologies for taking so long to get this finished up, let me know if I need to do anything else! |
8189f85
to
aab51e3
Compare
aab51e3
to
d57edca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @acburdine! 🚀 Will make the one-line testing fix on merge so we can get this released.
Output from acceptance testing (with CheckDestroy fix):
--- PASS: TestAccAWSLambdaLayerVersion_licenseInfo (19.92s)
--- PASS: TestAccAWSLambdaLayerVersion_description (24.69s)
--- PASS: TestAccAWSLambdaLayerVersion_compatibleRuntimes (27.27s)
--- PASS: TestAccAWSLambdaLayerVersion_basic (32.73s)
--- PASS: TestAccAWSLambdaLayerVersion_s3 (34.29s)
--- PASS: TestAccAWSLambdaLayerVersion_update (34.99s)
Co-Authored-By: acburdine <acburdine@gmail.com>
This is merged in as of 1069ec3 |
This has been released in version 1.56.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Thanks, it worked perfectly! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
refs #6651
Changes proposed in this pull request:
aws_lambda_layer
resourceTODO:
Output from acceptance testing (so far):