Skip to content

Feat guard lambda s3 output#240

Open
zlberto wants to merge 9 commits into
mainfrom
feat-guard-lambda-s3-output
Open

Feat guard lambda s3 output#240
zlberto wants to merge 9 commits into
mainfrom
feat-guard-lambda-s3-output

Conversation

@zlberto

@zlberto zlberto commented Apr 29, 2022

Copy link
Copy Markdown

Issue #, if available: #236

Description of changes:
Added new flag to guard-lambda to send output to S3 bucket


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@zlberto zlberto requested a review from akshayrane April 29, 2022 18:47
@razcloud razcloud added the enhancement New feature or request label Apr 29, 2022
@razcloud razcloud linked an issue Apr 29, 2022 that may be closed by this pull request
Comment thread guard-lambda/Cargo.toml Outdated
Comment thread guard-lambda/src/main.rs Outdated
Comment thread guard-lambda/src/main.rs Outdated
Comment thread guard-lambda/Cargo.toml Outdated
Comment thread run.sh Outdated
Comment thread guard-lambda/src/main.rs Outdated
Comment thread guard-lambda/src/main.rs Outdated
Comment thread guard-lambda/src/main.rs Outdated
Comment thread guard-lambda/src/main.rs
if e.s3_output_bucket.is_empty() {
resp = results_vec;
}else {
// No extra configuration is needed as long as your Lambda has

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there are prerequisite permissions to be granted to Lambda role, let's add a documentation in README for Lambda for granting required permissions to the access policy such as bucket s3:PutObject action.

@razcloud razcloud added the help wanted Extra attention is needed label May 13, 2022
@razcloud

Copy link
Copy Markdown
Contributor

This item is currently being reviewed. As the AWS SDK is in Developer Preview, this will not be merged to main. Will follow up soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[GENERAL ISSUE] CFN Guard Lambda output exceeds limit

3 participants