deck
deck copied to clipboard
(aws/lambda): Lambda functional tests
Add some functional tests with Cypress in order to validate the AWS - Lambda functionality:
- List the functions
- Inspect the details
- Create Lambda
- Edit Lambda
- Delete Lambda

The following commits need their title changed:
-
e7057c3dad27b62a5384d541fb764704a34e4d99: Add functional test for AWS Lambda
-
5b8954933317b326cfa232285b23132ba5e74cc0: (aws/lambda): split the tests for better visibility
Please format your commit title into the form:
<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.