Ruggero Balteri
Ruggero Balteri
Currently the CF stack generated by`launch-lambda-stack-for-ggp.sh` fails. This is because the GGP binary is bigger than 250MB which is the Lambda size limit. To reduce the size of the JAR...
When 2 existing lambda functions want to affiliate the same secret the following error message is displayed: ```bash [ERROR] BasicGreengrassHelper: Duplicate local secrets manager secrets defined ["arn:aws:secretsmanager:us-east-1:271117399250:secret:odin-greengrass-eink_functionality-kindle-account-1EL1TW", "arn:aws:secretsmanager:us-east-1:271117399250:secret:odin-greengrass-eink_functionality-kindle-device-8Xb727", "arn:aws:secretsmanager:us-east-1:271117399250:secret:odin-greengrass-eink_functionality-kindle-twitter-account-U84KR9", "arn:aws:secretsmanager:us-east-1:271117399250:secret:odin-greengrass-eink_functionality-kindle-twitter-consumer-Lpt04O",...
GGP is enabled to run inside a Lambda but it only supports empty deployments https://github.com/awslabs/aws-greengrass-provisioner/tree/master/lambda-support Once the GGP lambda is deployed, would it be possible associate the newly created group...
Create a basic tutorial and the documentation on how to run GGP with an existing Lambda function
I would like to deploy a Lambda functions to GG groups via the GGP (running inside a lambda), passing as payload: - CloudFormation stack name and logical resource ID (or...
Would it be possible to trigger GGP (inside a lambda) whenever a IoT message occur? The ideal scenario to achieve continuous development, would be to support [Registry Events](https://docs.aws.amazon.com/iot/latest/developerguide/registry-events.html). Whenever a...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used...