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

DNM add continue-on-error docs validation #1118

Conversation

alinabuzachis
Copy link
Contributor

'Missing documentation or could not parse documentation: unknown doc_fragment(s) in file '

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

… 'Missing documentation or could not parse documentation: unknown doc_fragment(s) in file '

Signed-off-by: Alina Buzachis <[email protected]>
@ansibullbot ansibullbot added bug This issue/PR relates to a bug community_review needs_triage small_patch Hopefully easy to review labels May 5, 2022
abikouo added a commit to abikouo/community.aws that referenced this pull request Oct 24, 2023
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug community_review needs_triage small_patch Hopefully easy to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants