-
## Issue
Lambda must accept triggers from:
- [x] SQS (feeder queue)
Lambda logic outline:
1) Receive request
2) use "destinationNumber"(Amazon sender) to retrieve: request URL, service id, is…
-
### Steps To Reproduce
Unable to view output of command when invoked with python:
```
bw list organizations
```
```
#!/usr/bin/python3
import os, sh, boto3, botocore.exceptions
# Functio…
-
**Tell us about your request**
It would be really nice if EKS (and EKS Optimized + Bottlerocket) had the concept of "release channels" for AMIs - something like "latest" and "recommended/stable".
…
-
[Documentation](https://external-secrets.io/v0.7.0/provider/aws-parameter-store/#iam-policy) says it is possible to provide access to certain path in AWS SSM ParameterStore:
```hcl
"Resource": "ar…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
localstack is not building the dockerfile to the local ECR to be attached to local lamb…
-
### Describe the bug
I use a custom bootstrapping script to reduce what the CfnExec role can do. Here's the policy:
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "A…
-
## Description
This task is update the CLI to be able to add traffic mirroring from a target VPC in the user's account to the Capture VPC in the user's account. It's expected this will be done by sp…
-
## Description
When running terraform plan or apply I get the following error:
```
Traceback (most recent call last):
│ File "C:\Users\z004rc1n\Documents\WORKSPACE\uar-orchestrator\terraform\…
-
https://external-secrets.io/v0.7.2/provider/aws-parameter-store/ gives this example policy document:
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Acti…
-
## Description
I am trying to pull the cluster name from ssm parameter and pass name to blueprint.
example:
```
data "aws_ssm_parameter" "cluster_name" {
name = "/dev1/eks/cluster_name"
}
…