-
AWS
Highlights
- 4 discussions answered
Block or Report
Block or report peterwoodworth
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
issue-action Public archive
Forked from Naturalclar/issue-action
github action for github issue
TypeScript 1
-
aws-cdk Public
Forked from aws/aws-cdk
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
TypeScript
-
391 contributions in the last year
Contribution activity
April 2022
Created 42 commits in 3 repositories
Created 2 repositories
- peterwoodworth/team-assignment-manager TypeScript
- peterwoodworth/aws-cdk TypeScript
Created a pull request in aws/aws-cdk that received 15 comments
feat(route53): fromPublicHostedZoneAttributes method with zoneName
fixes #18700 All Submissions: Have you followed the guidelines in our Contributing guide? Adding new Unconventional Dependencies: This PR add…
Opened 11 other pull requests in 1 repository
aws/aws-cdk
10
merged
1
open
- chore: fix docs errors
- fix(ecr): scanOnPush not supported in certain regions
- chore: assign aws-cdk-owners members to PRs
- chore(opensearch): remove vestigial patches
- fix(cfnSpec): wrong type for SAM API properties GatewayResponses and Models
- feat(apigatewayv2): set throttling on stages
- fix(ecs): remove unnecessary error when adding volume to external task definition
- chore(pipelines): clarify error message thrown for missing FileSet
- chore: don't run triage action on PR source
- chore: use pat token for pr triage
- feat(core): throw error when stack name exceeds max length
Reviewed 6 pull requests in 3 repositories
aws/aws-cdk
4 pull requests
aws-samples/aws-cdk-examples
1 pull request
aws/jsii
1 pull request
Created an issue in aws/aws-cdk that received 1 comment
(serverless sam): CfnApi properties gatewayResponses and models ask for map of strings instead of any
Describe the bug According to serverless docs, gatewayresponses and models are supposed to be JSON or YAML objects. However, CDK asks for a string …