Skip to content

ud3sh/aws-e2e-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1660a6 · Apr 4, 2022

History

13 Commits
Apr 4, 2022
Apr 3, 2022
Apr 4, 2022

Repository files navigation

e2e-aws-webapp

E2E AWS App using Lambda

This demonstrates testing in a cloud aplication, that takes an arithmetic expression as input, uses a servlerless architecture to compute things on the backend, send an email as a result.

Unit tests are great for testing edge cases. We can do some basic two layer integration tests using docker containers, or something like localstack. However, sometimes we just need to ensure that everything is glued to geather. For this we can demonstrate end to end testing.

e2e-aws-smoke-tests is an example how to tests this application end to end.

URL

https://main.d2w6tcyr0gxmy5.amplifyapp.com/

About

E2E AWS App using Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages