-
# Architecture Diagram - Proof of Participation
This diagram represents a proposed architecture for a Proof of Participation. It is composed of the following elements:
### CloudFront
Amazon C…
-
### Description:
When using --warm-containers LAZY or --warm-containers EAGER, any calls to host.docker.internal will hang and timeout.
This is an issue when there are multiple routes in the La…
-
Part 1:
`get_configuration(resource_type, resource_id, configuration_capture_time)` fails when `resource_type == "AWS::KMS::Key" or resource_type == "AWS::::Account"`.
The reason for this is [GetR…
-
### Use case description
In order to support interface-first design patterns, I would like to create an OpenAPI (previously Swagger) definition for the API I wish to deploy, then have Serverless:
1.…
-
# This is a Bug Report
## Description
* What went wrong?
`sls info -v`
reports
`api keys:
None`
although there is an api key (and also a usage plan).
Unfortunately, this is no…
-
### What happened?
I have this code that creates shares:
```
for share in SHARES:
snowflake.Share(share["name"],
comment="(managed by pulumi)",
accoun…
-
### What is the problem?
I’m creating http api using: `const api = new HttpApi (from '@aws-cdk/aws-apigatewayv2-alpha')` , and then I’m adding routes to it, something like this:
```ts
api.addRout…
-
API keys are not generated even if those are passed inside the provider section:
I would expect that the API gateway would use the api key name defined inside the provider section. Same as https:/…
-
under "An advanced IAM Policy template", recommending the following updates
* update (twice)
Why: **PATCH** is needed for any deployment after the first one
```
"apigateway:GET",
"apigatewa…
-
For the Lambda ApiGateway integration, add an option to prefer a single wildcard trigger/integrationPermission instead of multiple triggers/integrationPermissions for each URL/endpoint/resource define…