Skip to content

Releases: san99tiago/san99tiago-cv

v1.0.6

30 Jun 00:40
Compare
Choose a tag to compare

Updated Content and Videos

  • Added "Communities" in the home page.

image

  • Updated content with latest posts/videos.

image

v1.0.5

31 May 03:45
Compare
Choose a tag to compare

Added CDK config for enabling CloudFront Logging

Updates

Updated CloudFront log bucket (standard) for the CDK configuration.

v1.04

09 Jul 00:42
Compare
Choose a tag to compare

Add projects for FastAPI Lambda and ECS Solution

Updates

Added projects for:

Updates_san99tiago_CV

v1.0.3

14 Jun 04:16
0f866a7
Compare
Choose a tag to compare

Update CV PDF with Lead Position

Updates

  • Updated public CV PDF (src/public/pdfs/cv-santiago-garcia-arango.pdf) with Lead Position at EPAM.

image

v1.0.2

11 Jun 07:32
bc1f352
Compare
Choose a tag to compare

Lead position and dependencies fix

New features

  • Experience page with new EPAM Lead Systems Engineer position (#22 ).
    Updates:

image

Updates

  • Bumped aws-cdk-lib version from 2.25.0 to 2.83.1 (fix deprecation lambda errors).
  • Updated Certificate CDK Construct from acm.DnsValidatedCertificate to acm.Certificate (fix deprecation issue).
  • Removed unnecessary CDK Watch command.

v1.0.1

28 Apr 22:34
f8ceae5
Compare
Choose a tag to compare

Content update

Updates

  • Changed the lambda folder name to cloudfront_functions for better naming conventions.
  • Updated the content for the /experience/cool-projects URI with new item.

v1.0.0

23 Apr 07:35
6d2d9ea
Compare
Choose a tag to compare

Initial production deployment

Initial production version.

This tag-release corresponds to the first official CV deployment, which contains:

  • build.sh and deploy.sh commands to generate artifacts and deploy them with the help of source code and infrastructure as code.
  • Source code for the CV website in src folder, written in NextJS (Framework on top of React).
  • Infrastructure as Code in CDK-TypeScript in cdk folder, which deploys:
    • S3 bucket (and static files deploy from the out directory created after the build.sh <env> command is executed).
    • CloudFront Distribution (with custom lambda function for mapping URIs to NextJs compability).
    • ACM Certificate (automatically validated based on the hosted zone), that is added to the CloudFront Distribution config.
    • Route 53 records for san99tiago.com and www.san99tiago.com domains that point to the CloudFront distribution (note: ACM certificate also generated with main domain and alias for the "www" version).

san99tiago-cv-photo-1

Note: there is currently no CI/CD pipeline, but the build.sh and deploy.sh are the only 2 necessary commands for deployment. No extra manual actions required.