Skip to content

Commit

Permalink
updating classic types
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Aug 15, 2024
1 parent 1906a58 commit 3098245
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions classic.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,13 @@ func init() {
"id",
},
},
"aws:apigatewayv2/route:Route": {
CfType: "AWS::ApiGatewayV2::Route",
PrimaryIdentifier: []string{
"apiId",
"id",
},
},
"aws:apigatewayv2/integration:Integration": {
CfType: "AWS::ApiGatewayV2::Integration",
PrimaryIdentifier: []string{
"apiId",
"id",
},
},
"aws:apigatewayv2/deployment:Deployment": {
CfType: "AWS::ApiGatewayV2::Deployment",
PrimaryIdentifier: []string{
"apiId",
"id",
},
},
},
},
}
Expand Down

0 comments on commit 3098245

Please sign in to comment.