Skip to content

Commit

Permalink
custom resource props format
Browse files Browse the repository at this point in the history
Signed-off-by: Francis <colifran@amazon.com>
  • Loading branch information
colifran committed Nov 30, 2023
1 parent 81b7796 commit a68a854
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ export class EdgeFunction extends Resource implements lambda.IVersion {
});

const resource = new CustomResource(this, 'ArnReader', {
resourceType: resourceType,
serviceToken: serviceToken,
resourceType,
serviceToken,
properties: {
Region: EdgeFunction.EDGE_REGION,
ParameterName: parameterName,
Expand Down

0 comments on commit a68a854

Please sign in to comment.