Skip to content

Commit

Permalink
chore(apigateway): remove extraneous dot from integration status cont…
Browse files Browse the repository at this point in the history
…ext string (#13011)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
lukehedger authored Feb 15, 2021
1 parent b5efb88 commit 62195fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-apigateway/lib/access-log.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export class AccessLogField {
* not from the backend Lambda function.
*/
public static contextIntegrationStatus() {
return '$context.integrationStatus.';
return '$context.integrationStatus';
}

/**
Expand Down

0 comments on commit 62195fe

Please sign in to comment.