Yolanda Robla Mota

Results 10 issues of Yolanda Robla Mota

First version of aws_cloudfront module, that only maps the distribution configuration. It needs proper testing, and adding support for collecting metadata. Signed-off-by: Yolanda Robla Closes: #1120

Adding the basic coverage for API gateway, with the possibility of creating REST API entries. Signed-off-by: Yolanda Robla Closes #1084

The current prisma tutorial is failing since it was integrated with codebuild. Will modify the integration, to use codepipeline instead

bug

When testing codepipeline, i found that i needed to create a bucket on the region where codepipeline is run. But this is not possible with our s3 module, because it...

bug

remove the functionality in the update side, and just add an RPC in case we want this type of update

cloud coverage

They need to have an special treatment with additional fields, as they are not tied to a target group.

cloud coverage

**Bug description** I am trying to use MetaGPT via a third party url wrapper. It works for me with openai and claude: ``` llm: api_type: "openai" # or azure /...