Skip to content

TheoTonneau/CV-demo.stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV-demo.stack

Welcome to my CV

Here is the result of this stack

Status

status status

Technologies

This project includes some libraries :

  • Terraform
  • YAML (GitHub Actions)
  • HTML
  • CSS
  • Typescript
  • Javascript
  • NodeJS

Project Tree

.
├── LICENSE
├── README.md
├── cv-demo.iml
├── iac
│   ├── README.md
│   ├── apigateway.tf
│   ├── backend.tf
│   ├── cloudfront.tf
│   ├── data.tf
│   ├── lambda.tf
│   ├── output.tf
│   ├── provider.tf
│   ├── role.tf
│   ├── s3.tf
│   ├── sns.tf
│   ├── values.auto.tfvars
│   ├── var
│   │   ├── prod
│   │   │   ├── backend.tfbackend
│   │   │   └── values.tfvars
│   │   └── test
│   │       ├── backend.tfbackend
│   │       └── values.tfvars
│   └── variable.tf
├── lambda
│   └── src
│       └── index.ts
├── package-lock.json
├── package.json
└── src
    ├── README.md
    ├── css
    │   └── style.css
    ├── img
    │   ├── someImages.png
    ├── index.html
    └── ts
        ├── cookie.ts
        ├── decrypt.ts
        ├── header.ts
        ├── index.ts
        ├── informations.ts
        ├── lang.ts
        ├── navigate.ts
        ├── onload.ts
        ├── pages.ts
        └── sendForm.ts

Build the project

Build lambda

npm run build

Build app

npm run build-app

Deploy application

cd iac

Follow instructions in README.md in ./iac

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published