-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ede8640
commit 226af42
Showing
1 changed file
with
0 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,2 @@ | ||
# my-function | ||
test | ||
|
||
It was great to catch up with you yesterday. As discussed, the following is the task: | ||
|
||
Create a CI/CD pipeline using Github actions (or, similar) that can deploy a serverless "hello world" application written in any language to Amazon lambda (Or EC2/containers if you prefer). Use AWS credentials (environment variables) to connect and deploy. In the script, use reusable 'actions'/'orbs' to promote reuse. The CI/CD script should deploy, start the application and run tests. | ||
|
||
|
||
|
||
you could leverage work from: https://github.com/ravivamsi/postmanframework, or anywhere else | ||
|
||
|
||
|
||
Talking points & Bonus: | ||
|
||
Clear explanation on what was done and how (navigation of code). Anything over and above this (deployment, Security, performance, documentation, ...) | ||
|
||
|
||
|
||
Estimated time for this is around 4 hours. I'll be looking at what tools you used, what choices you made and how you went about piecing together this task. You can create free accounts and make any assumptions that you feel are valid in this scenario. Good luck! | ||
|
||
|
||
Regards |