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 guard lambda s3 output #240

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

zlberto
Copy link

@zlberto zlberto commented Apr 29, 2022

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
guard-lambda/Cargo.toml Outdated Show resolved Hide resolved
guard-lambda/src/main.rs Outdated Show resolved Hide resolved
guard-lambda/src/main.rs Outdated Show resolved Hide resolved
guard-lambda/Cargo.toml Outdated Show resolved Hide resolved
run.sh Outdated Show resolved Hide resolved
guard-lambda/src/main.rs Outdated Show resolved Hide resolved
guard-lambda/src/main.rs Outdated Show resolved Hide resolved
guard-lambda/src/main.rs Outdated Show resolved Hide resolved
if e.s3_output_bucket.is_empty() {
resp = results_vec;
}else {
// No extra configuration is needed as long as your Lambda has
Copy link
Collaborator

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
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