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

[manual backport stable-5] lambda - add support for layers when creating or updating lambda functions (#1118) #1492

Conversation

alinabuzachis
Copy link
Collaborator

lambda - add support for layers when creating or updating lambda functions

Depends-On: #1095
SUMMARY

add the ability for module lambda to create/update a lambda function with layers attached

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

lambda
ADDITIONAL INFORMATION

  • lambda: name: test-func runtime: python3.7 (...) layers: - layer_version_arn: 'arn:aws:lambda:us-east-1:123456789012:layer:python27-env:7' - layer_name: pycustom-library version: 1

Reviewed-by: Alina Buzachis
Reviewed-by: Bikouo Aubin

SUMMARY
ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Feature Pull Request
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

…tions (ansible-collections#1118)

lambda - add support for layers when creating or updating lambda functions

Depends-On: ansible-collections#1095
SUMMARY

add the ability for module lambda to create/update a lambda function with layers attached

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

lambda
ADDITIONAL INFORMATION



- lambda:
    name: test-func
    runtime: python3.7
    (...)
    layers:
       - layer_version_arn: 'arn:aws:lambda:us-east-1:123456789012:layer:python27-env:7'
       - layer_name: pycustom-library
         version: 1

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Bikouo Aubin <None>
@github-actions
Copy link

github-actions bot commented Apr 27, 2023

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and your docs changes will be incorporated when they are next published.

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/5a142c4889d54ce38a1c9af6350ca553

✔️ ansible-galaxy-importer SUCCESS in 4m 24s
✔️ build-ansible-collection SUCCESS in 13m 03s
✔️ ansible-test-splitter SUCCESS in 5m 10s
integration-amazon.aws-1 FAILURE in 5m 21s
Skipped 43 jobs

@tremble tremble added this to the 5.5.0 milestone Apr 27, 2023
@tremble
Copy link
Contributor

tremble commented Apr 28, 2023

@alinabuzachis The lambda_layer modules didn't get backported either :/

@tremble
Copy link
Contributor

tremble commented May 3, 2023

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/b363c7f960d149ef9dceb55d124195cd

✔️ ansible-galaxy-importer SUCCESS in 4m 13s
✔️ build-ansible-collection SUCCESS in 12m 58s
✔️ ansible-test-splitter SUCCESS in 4m 49s
✔️ integration-amazon.aws-1 SUCCESS in 10m 26s
Skipped 43 jobs

@alinabuzachis alinabuzachis requested a review from tremble May 3, 2023 11:27
@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label May 3, 2023
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).
https://ansible.softwarefactory-project.io/zuul/buildset/96e3881b8cb0494581817d3b58a4677e

✔️ ansible-galaxy-importer SUCCESS in 3m 43s
✔️ build-ansible-collection SUCCESS in 12m 54s
✔️ ansible-test-splitter SUCCESS in 4m 43s
✔️ integration-amazon.aws-1 SUCCESS in 10m 06s
Skipped 43 jobs

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit df746e2 into ansible-collections:stable-5 May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants