Skip to content

Commit f916ae5

Browse files
authored
Merge pull request #17 from davidsilva/update-diagram
Update diagram and add notes for next release
2 parents 998b882 + 1765f74 commit f916ae5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# InterviewPrep
22

3+
[Video](https://youtu.be/e8xXtHpPZ_o)
4+
35
This project grew out of wanting to prepare for an interview for a job that would have focused on Angular. As I had been using React exclusively for several months, I needed to refresh my Angular skills. Then I began to add more things to make up for my focus on AWS Amplify. The result is in some ways the opposite of what I have in my previous videos:
46

57
* Angular instead of React/NextJS
@@ -280,7 +282,7 @@ Assuming CWD is `backend`, `npx knex migrate:make <migration-file-name> --knexfi
280282

281283
## Version History
282284

283-
### 0.1.0
285+
### 0.1.2
284286
- Added Terraform configuration for managing AWS infrastructure.
285287
- Set up AWS resources including VPC, subnets, security groups, RDS, ECS, ECR, bastion host, SSM parameters, Lambda functions, load balancer, Route 53 DNS, and API Gateway.
286288
- Updated GitHub workflow to deploy infrastructure and application.

Diff for: images/Interview-Prep-Infrastructure-v2.drawio.png

10.3 KB
Loading

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "interview-prep",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true
55
}

0 commit comments

Comments
 (0)