Skip to content

Commit c05273a

Browse files
committed
project commit
1 parent 431625e commit c05273a

33 files changed

Lines changed: 1644 additions & 20 deletions

.env.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
REACT_APP_OKTA_CLIENTID={yourClientId}
2+
REACT_APP_OKTA_URL_BASE={yourOktaDomain}
3+
REACT_APP_OKTA_APP_BASE_URL=http://localhost:3000
4+
REACT_APP_AMAZON_API_BASE=

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
# misc
1515
.DS_Store
16+
.env
1617
.env.local
1718
.env.development.local
1819
.env.test.local

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Okta AWS Lambda React Example
2+
3+
This is an example project for the ["How to Build a Secure AWS Lambda API with Node.js and React"]() blog post.
4+
15
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
26

37
## Available Scripts

0 commit comments

Comments
 (0)