Skip to content

Commit ace8038

Browse files
authored
test environment variables
1 parent 112e7e5 commit ace8038

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/App.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
import {CognitoUserPool} from 'amazon-cognito-identity-js'
33

44
export default ()=> {
5+
console.log(process.env.REACT_APP_USER_POOL_ID);
56
return (
67
<div >
7-
Hello AWS Amplify
8-
</div>
8+
Hello AWS Amplify!!
9+
</div>
910
);
1011
}

0 commit comments

Comments
 (0)