Skip to content

Commit

Permalink
Update graphqlapi.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k authored Feb 11, 2024
1 parent 2de7aea commit 9eefe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-appsync/lib/graphqlapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ export class GraphqlApi extends GraphqlApiBase {
}

/**
* This method adds an environment variable.
* Add an environment variable to the construct.
*/
public addEnvironmentVariable(key: string, value: string) {
if (!/^[A-Za-z]+\w*$/.test(key)) {
Expand Down

0 comments on commit 9eefe98

Please sign in to comment.