Skip to content

Commit 6b6956c

Browse files
committed
Merge branch 'Rubeena'
2 parents 8cd8f25 + 1f97f47 commit 6b6956c

File tree

11 files changed

+1016
-153
lines changed

11 files changed

+1016
-153
lines changed

.github/workflows/npm-gulp.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: NodeJS with Gulp
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
strategy:
14+
matrix:
15+
node-version: [14.x, 16.x, 18.x]
16+
17+
steps:
18+
- uses: actions/checkout@v4
19+
20+
- name: Use Node.js ${{ matrix.node-version }}
21+
uses: actions/setup-node@v3
22+
with:
23+
node-version: ${{ matrix.node-version }}
24+
25+
- name: Build
26+
run: |
27+
npm install
28+
gulp

.gitignore

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<<<<<<< HEAD
2+
<<<<<<< HEAD
13
!jest.config.js
24
*.d.ts
35
node_modules
@@ -7,4 +9,19 @@ node_modules
79
cdk.out
810

911
.vscode
10-
.DS_Store
12+
.DS_Store
13+
=======
14+
=======
15+
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0
16+
https://www.amazon.com/ap/oa?client_id=foodev
17+
&scope=profile
18+
&response_type=code
19+
&state=208257577ll0975l93l2l59l895857093449424
20+
&redirect_uri=https://client.example.com/auth_popup/token
21+
&code_challenge=Fw7s3XHRVb2m1nT7s646UrYiYLMJ54as0ZIU_injyqw
22+
<<<<<<< HEAD
23+
&code_challenge_method=S256
24+
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0
25+
=======
26+
&code_challenge_method=S256
27+
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0

.idea/amazon-cognito-abac-authorization-with-react-example.iml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/deploymentTargetSelector.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Whitespace-only changes.

.idea/other.xml

Lines changed: 252 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)