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

chore: added E2E Testing Stack Environment for logging #3498

Conversation

khatruong2009
Copy link
Member

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@khatruong2009 khatruong2009 marked this pull request as ready for review August 2, 2023 16:09
@khatruong2009 khatruong2009 requested a review from a team as a code owner August 2, 2023 16:09
infra/lib/stack.ts Outdated Show resolved Hide resolved
infra/lib/stack.ts Outdated Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
infra/lib/logging/stack.ts Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
@NikaHsn NikaHsn force-pushed the feat/logging/cloudwatch branch from 4def22d to 8a67c5b Compare August 2, 2023 22:50
infra/lib/logging/stack.ts Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
infra/lib/logging/resources/lambda/remoteconfig.js Outdated Show resolved Hide resolved
infra/lib/logging/stack.ts Outdated Show resolved Hide resolved
@dnys1
Copy link
Contributor

dnys1 commented Aug 3, 2023

Can you rebase on the base branch so it shows only your changes?

infra/lib/logging/resources/lambda/remoteconfig.js Outdated Show resolved Hide resolved
infra/lib/logging/resources/lambda/remoteconfig.ts Outdated Show resolved Hide resolved
infra/lib/logging/resources/lambda/remoteconfig.ts Outdated Show resolved Hide resolved
infra/lib/logging/resources/lambda/remoteconfig.ts Outdated Show resolved Hide resolved
infra/lib/logging/resources/lambda/remoteconfig.ts Outdated Show resolved Hide resolved
infra/lib/logging/resources/lambda/remoteconfig.ts Outdated Show resolved Hide resolved
infra/lib/logging/resources/lambda/remoteconfig.ts Outdated Show resolved Hide resolved
khatruong2009 and others added 22 commits August 9, 2023 10:20
Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
khatruong2009 and others added 4 commits August 9, 2023 10:29
Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
@khatruong2009 khatruong2009 force-pushed the feat/logging/e2einfra branch from 50b89d6 to 36c8ab7 Compare August 9, 2023 17:29
Copy link
Contributor

@dnys1 dnys1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🥳

@khatruong2009 khatruong2009 merged commit 55ae018 into aws-amplify:feat/logging/cloudwatch Aug 11, 2023
khatruong2009 added a commit to khatruong2009/amplify-flutter that referenced this pull request Aug 18, 2023
)

* chore: added e2e test environment for non remote config

* chore: add remote config integration test stack environment for logging

* chore: correctly format imports using snake case. removed empty this.config object

* chore: add license header to top of the file

* chore: remove commented code

* chore: remove commented code

* remove unnecessary import

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* chore: removed unnecessary path.join and fixed formatting

* chore: removed unnecessary argument and fixed filepath

* chore: added remoteconfig.js, fixed remoteloggingconstraints.json confusion

* chore: remove unnecessary path.join

* chore: added e2e test environment for non remote config

* chore: add remote config integration test stack environment for logging

* remove unnecessary import

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* chore: added remoteconfig.js, fixed remoteloggingconstraints.json confusion

* chore: added BUCKET to argument for handling remote config

* chore: changed remoteconfig to typescript but still need types

* chore: updated types for remote config

* chore: changed argument to adjust to using NodejsFunction instead of Function

* chore: updated typing for setCachedConfig

* chore: removed old remoteconfig.js file and removed unnecessary import

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

---------

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
khatruong2009 added a commit that referenced this pull request Nov 27, 2023
* chore: added e2e test environment for non remote config

* chore: add remote config integration test stack environment for logging

* chore: correctly format imports using snake case. removed empty this.config object

* chore: add license header to top of the file

* chore: remove commented code

* chore: remove commented code

* remove unnecessary import

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* chore: removed unnecessary path.join and fixed formatting

* chore: removed unnecessary argument and fixed filepath

* chore: added remoteconfig.js, fixed remoteloggingconstraints.json confusion

* chore: remove unnecessary path.join

* chore: added e2e test environment for non remote config

* chore: add remote config integration test stack environment for logging

* remove unnecessary import

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* chore: added remoteconfig.js, fixed remoteloggingconstraints.json confusion

* chore: added BUCKET to argument for handling remote config

* chore: changed remoteconfig to typescript but still need types

* chore: updated types for remote config

* chore: changed argument to adjust to using NodejsFunction instead of Function

* chore: updated typing for setCachedConfig

* chore: removed old remoteconfig.js file and removed unnecessary import

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

* Update infra/lib/logging/resources/lambda/remoteconfig.ts

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>

---------

Co-authored-by: Dillon Nys <24740863+dnys1@users.noreply.github.com>
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.

3 participants