Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Pinpoint #1671

Merged
merged 3 commits into from
Nov 20, 2023
Merged

Conversation

ChelseaKR
Copy link
Collaborator

This will get you started :-)

@scwambach scwambach merged commit 3f4717e into scott/NJWE-1180-collect-user-information Nov 20, 2023
1 of 2 checks passed
@scwambach scwambach deleted the ckr/aws-pinpoint branch November 20, 2023 21:26
scwambach added a commit that referenced this pull request Jan 24, 2024
* re-enabled career pathways for v2.1

* ran prettier

* NJWE-885

* table of contents nav

* Update DropGroup.tsx

* Update TabContent.tsx

* fix button styles on search

* Update parseMarkdownToHTML.ts

* Add deploy

* notifier start

* desktop styles

* all but where to send form

* remove heading replace with paragraph tag

* Update UpdateNotifier.tsx

* Update TrainingExplorerPage.tsx

* overlay

* push

* Update _introBlocks.scss

* Career Navigator - Why to use cards - Mobile, Desktop

* Training Explorer - FAQ section - Spacing (Mobile, Desktop)

* Update _training-explorer.scss

* TE - Title Section text size - Mobile

* NJCC - Hero Section Spacing - Mobile

* TE - Find Training Page - Quick Fix

* TE - Training Search Spacing - Mobile

* NJCC - To Top Button Z-index

* Update navigation_paths.js

* Update _stepper.scss

* related training open in new tab

* Update index.html

* fix deploy

* renamed '/training-explorer' route to '/training' by client request

* updated notifier

* Update UpdateNotifier.tsx

* re-enable Career Pathways link

* AWS Pinpoint (#1671)

* init

* rm

* rm

* successful submissions

* status messaging

* Update training-page.cy.js

* jest test

* temp homepage test change

* Update home-page.cy.js

* Update UpdateNotifier.tsx

* allow waiting in cypress

* Update _tab-content.scss

* Update _tab-content.scss

* Scott/updated nav (#1772)

* Update Layout.tsx

* Update home-page.cy.js

* organized the career details

* more cleanup

* order correction

* added missing comma from merge

* Added @testing-library/user-event

* Add Pinpoint endpoint management

* Refactor AWS SDK Config Initialization for EC2 IAM Role Compatibility

This commit updates the AWS SDK configuration setup in our application. It modifies the way we initialize the AWS Config object to better support EC2 IAM Role credentials. Now, the `accessKeyId` and `secretAccessKey` are conditionally set based on the availability of their respective environment variables. If these environment variables are absent, the application defaults to using the IAM role attached to the EC2 instance, enhancing security and deployment flexibility.

- Use direct object construction in AWS.Config for clarity and conciseness.
- Employ conditional logic to set `accessKeyId` and `secretAccessKey`.
- Ensure that if no environment variables are set, IAM role credentials are used automatically by the AWS SDK.
- Address ESLint warning about variable reassignment by using const.
- Improve compatibility with different deployment environments, particularly AWS EC2 with IAM roles.

* feature flags

* resetting back

* walking it back

* eof char

* test updates

* search fix

* test fix

* Update LandingPage.tsx

* Update home-page.cy.js

* replaced "displays training details" with latest

* show navigator

* review fixes

* Career Navigator Flag

* Update LandingPage.tsx

* Update README.md

* Update .env.sample

* Update career-navigator-page.cy.js

---------

Co-authored-by: Chelsea Kelly-Reif (she/her) <ckellyreif@gmail.com>
Co-authored-by: Chelsea Kelly-Reif <chelsea.kelly-reif@coforma.io>
scwambach added a commit that referenced this pull request Jan 29, 2024
* re-enabled career pathways for v2.1

* ran prettier

* NJWE-885

* table of contents nav

* Update DropGroup.tsx

* Update TabContent.tsx

* fix button styles on search

* Update parseMarkdownToHTML.ts

* Add deploy

* notifier start

* desktop styles

* all but where to send form

* remove heading replace with paragraph tag

* Update UpdateNotifier.tsx

* Update TrainingExplorerPage.tsx

* overlay

* push

* Update _introBlocks.scss

* Career Navigator - Why to use cards - Mobile, Desktop

* Training Explorer - FAQ section - Spacing (Mobile, Desktop)

* Update _training-explorer.scss

* TE - Title Section text size - Mobile

* NJCC - Hero Section Spacing - Mobile

* TE - Find Training Page - Quick Fix

* TE - Training Search Spacing - Mobile

* NJCC - To Top Button Z-index

* Update navigation_paths.js

* Update _stepper.scss

* related training open in new tab

* Update index.html

* fix deploy

* renamed '/training-explorer' route to '/training' by client request

* updated notifier

* Update UpdateNotifier.tsx

* re-enable Career Pathways link

* AWS Pinpoint (#1671)

* init

* rm

* rm

* successful submissions

* status messaging

* Update training-page.cy.js

* jest test

* temp homepage test change

* Update home-page.cy.js

* Update UpdateNotifier.tsx

* allow waiting in cypress

* Update _tab-content.scss

* Update _tab-content.scss

* Scott/updated nav (#1772)

* Update Layout.tsx

* Update home-page.cy.js

* organized the career details

* more cleanup

* order correction

* added missing comma from merge

* Added @testing-library/user-event

* Add Pinpoint endpoint management

* Refactor AWS SDK Config Initialization for EC2 IAM Role Compatibility

This commit updates the AWS SDK configuration setup in our application. It modifies the way we initialize the AWS Config object to better support EC2 IAM Role credentials. Now, the `accessKeyId` and `secretAccessKey` are conditionally set based on the availability of their respective environment variables. If these environment variables are absent, the application defaults to using the IAM role attached to the EC2 instance, enhancing security and deployment flexibility.

- Use direct object construction in AWS.Config for clarity and conciseness.
- Employ conditional logic to set `accessKeyId` and `secretAccessKey`.
- Ensure that if no environment variables are set, IAM role credentials are used automatically by the AWS SDK.
- Address ESLint warning about variable reassignment by using const.
- Improve compatibility with different deployment environments, particularly AWS EC2 with IAM roles.

* feature flags

* resetting back

* walking it back

* eof char

* test updates

* search fix

* test fix

* Update LandingPage.tsx

* Update home-page.cy.js

* replaced "displays training details" with latest

* show navigator

* review fixes

* fields

* error handling and comments

* Update UpdateNotifier.tsx

* Update _updateNotifier.scss

* Update App.tsx

* Update UpdateNotifier.tsx

* review requests

* teeny tiny change

---------

Co-authored-by: Chelsea Kelly-Reif (she/her) <ckellyreif@gmail.com>
Co-authored-by: Chelsea Kelly-Reif <chelsea.kelly-reif@coforma.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants