We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e52a5 commit 9294c7bCopy full SHA for 9294c7b
.github/workflows/lint-javascript.yml
@@ -26,7 +26,7 @@ jobs:
26
if: steps.changed-files.outputs.any_changed == 'true'
27
uses: actions/setup-node@v3
28
with:
29
- node-version: "20.x"
+ node-version: "22.x"
30
- name: Install dependencies
31
32
run: npm i --prefix javascriptv3
javascriptv3/example_code/cross-services/textract-react/src/Config.js
@@ -1,3 +1,6 @@
1
+// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+// SPDX-License-Identifier: Apache-2.0
3
+
4
export const Config = {
5
StackName: "textract-react",
6
DefaultImageName: "default_document_3.png",
0 commit comments