وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

AWS & Typescript Masterclass – CDK V2, Serverless, React

سرفصل های دوره

Code with AWS and Typescript by creating serverless projects with CDK V2, CloudFormation, Cognito, Lambda and Amplify!


1 - Introduction
  • 1 - Course structure
  • 2 - Tools we will need
  • 3 - AWS account IAM user for console
  • 4 - AWS CLI

  • 2 - AWS CDK and CloudFormation intro
  • 1 - Section quizz.html
  • 5 - Section intro
  • 6 - AWS CloudFormation
  • 6 - s3template.zip
  • 7 - AWS Cloud Development Kit installation
  • 7 - Code changes in this lecture.txt
  • 8 - How to use the docs
  • 9 - AWS CDK base project deployment
  • 9 - Code changes in this lecture.txt
  • 10 - AWS CDK Constructs
  • 11 - Code changes in this lecture.txt
  • 11 - Constructs demo
  • 12 - AWS CDK commands
  • 13 - AWS CDK outputs
  • 13 - Code changes in this lecture.txt
  • 14 - CDK Deployment parameters
  • 14 - Code changes in this lecture.txt
  • 15 - CDK core recap and clean up

  • 3 - AWS CDK intermediate topics
  • 2 - Section quizz.html
  • 16 - Section intro
  • 17 - CDK IDs
  • 17 - Code changes in this lecture.txt
  • 18 - CloudFormation intrinsic functions
  • 18 - Code changes in this lecture.txt
  • 19 - Cloud formation best practices.txt
  • 19 - Handling multiple stacks
  • 20 - Code changes in this lecture.txt
  • 20 - Cross stack references
  • 21 - Code changes in this lecture.txt
  • 21 - Sharing resources with CDK
  • 22 - CDK Aspects
  • 22 - Code changes in this lecture.txt
  • 23 - Deleting stacks

  • 4 - Serverless project with CDK and Typescript
  • 24 - Section intro
  • 25 - AWS CDK Typescript project from scratch
  • 25 - Code changes in this lecture.txt
  • 26 - Basic AWS Lambda
  • 26 - Code changes in this lecture.txt
  • 27 - AWS API Gateway and Lambda
  • 27 - Code changes in this lecture.txt
  • 28 - AWS DynamoDB with CDK
  • 28 - Code changes in this lecture.txt

  • 5 - Serverless AWS Lambda bundling testing and debugging
  • 29 - Section intro
  • 30 - AWS Lambda challenges
  • 31 - Code changes in this lecture.txt
  • 31 - NodeJs Lambda
  • 32 - Lambda logs in CloudWatch
  • 33 - AWS SDK
  • 33 - Code changes in this lecture.txt
  • 34 - Code changes in this lecture.txt
  • 34 - Debugging AWS Lambda
  • 34 - JetBrains debugger.txt
  • 35 - Lambda architecture
  • 35 - StackOverFlow question.txt
  • 36 - Code changes in this lecture.txt
  • 36 - Initial spaces lambda

  • 6 - AWS DynamoDb with CDK and Lambda
  • 37 - Section intro
  • 38 - Code changes in this lecture.txt
  • 38 - Put item
  • 39 - Code changes in this lecture.txt
  • 39 - Testing quries
  • 40 - Code changes in this lecture.txt
  • 40 - DynamoDb scan operation
  • 41 - Code changes in this lecture.txt
  • 41 - DynamoDb GetItem operation
  • 42 - Code changes in this lecture.txt
  • 42 - Marshalling
  • 43 - Code changes in this lecture.txt
  • 43 - DyanamoDb Update Item
  • 44 - Code changes in this lecture.txt
  • 44 - DyanamoDb Delete Item
  • 45 - Code changes in this lecture.txt
  • 45 - Data Validation with TypeScript
  • 46 - Code changes in this lecture.txt
  • 46 - DB queries deployment and test
  • 47 - Bundle optimization
  • 47 - Code changes in this lecture.txt

  • 7 - Halfway discussion
  • 48 - Halfway discussion
  • 49 - CDK-course-resources.zip
  • 49 - Resources.html

  • 8 - Securing APIs with AWS Cognito
  • 50 - Section intro
  • 51 - AWS Cognito presentation
  • 52 - Cognito in the AWS console
  • 53 - Code changes in this lecture.txt
  • 54 - Create and activate Cognito user
  • 55 - Code changes in this lecture.txt
  • 55 - Generating tokens with AWS Amplify
  • 56 - JWT Tokens discussion
  • 57 - Code changes in this lecture.txt
  • 57 - Securing APIs with Cognito
  • 58 - Code changes in this lecture.txt

  • 9 - AWS Cognito Identity pools
  • 59 - Section intro
  • 60 - AWS Cognito Identity pools in the console
  • 61 - Code changes in this lecture.txt
  • 62 - Code changes in this lecture.txt
  • 62 - IAM roles in CDK
  • 63 - Code changes in this lecture.txt
  • 63 - Generating AWS temporary credentials
  • 64 - Code changes in this lecture.txt
  • 64 - Testing AWS temporary credentials

  • 10 - UI general topics
  • 65 - Section intro
  • 66 - Code changes in this lecture.txt
  • 66 - Export CloudFormation outputs
  • 67 - Code changes in this lecture.txt
  • 67 - UI deployment to s3
  • 68 - CORS
  • 68 - Code changes in this lecture.txt
  • 68 - Cors issue description.txt

  • 11 - Using AWS insinde a React project with Amplify
  • 69 - Section intro
  • 70 - Source code.html
  • 70 - space-finder-frontend.zip
  • 71 - React intro
  • 72 - Code changes in this lecture.txt
  • 72 - React app initialization
  • 73 - Code changes in this lecture.txt
  • 73 - Routing
  • 74 - Code changes in this lecture.txt
  • 74 - Login component
  • 75 - AuthService
  • 75 - Code changes in this lecture.txt
  • 76 - Code changes in this lecture.txt
  • 76 - Creating spaces
  • 77 - Code changes in this lecture.txt
  • 77 - Code changes in this lecture bucket ACL.txt
  • 77 - Code changes in this lecture object ownership.txt
  • 77 - Photos bucket with CORS AWS
  • 78 - Code changes in this lecture.txt
  • 78 - Temporary credentials AWS
  • 79 - Code changes in this lecture.txt
  • 79 - Uploading a public file AWS
  • 80 - Code changes in this lecture.txt
  • 80 - Create space API
  • 81 - Code changes in this lecture.txt
  • 81 - Visualizing spaces

  • 12 - Monitoring with CloudWatch
  • 82 - Section intro
  • 83 - What we will build
  • 84 - Code changes in this lecture.txt
  • 84 - Monitor handler lambda
  • 85 - Console alarm
  • 86 - CDK alarm
  • 86 - Code changes in this lecture.txt
  • 87 - AWS SNS
  • 87 - Code changes in this lecture.txt
  • 88 - AWS XRAY
  • 88 - Code changes in this lecture.txt

  • 13 - AWSSDK and CDK testing
  • 89 - Section intro
  • 90 - Code changes in this lecture.txt
  • 90 - Jest setup
  • 90 - package.zip
  • 91 - What we will test
  • 92 - CDK declarative tests
  • 92 - Code changes in this lecture.txt
  • 93 - CDK test matchers
  • 93 - Code changes in this lecture.txt
  • 94 - CDK test captors
  • 94 - Code changes in this lecture.txt
  • 95 - CDK snapshot testing
  • 95 - Code changes in this lecture.txt
  • 95 - monitorstack.test.mpg.zip
  • 96 - AWS Lambda tests intro
  • 96 - Code changes in this lecture.txt
  • 97 - Code changes in this lecture.txt
  • 97 - Jest spies
  • 98 - Code changes in this lecture.txt
  • 98 - Sdk testing docs.txt
  • 98 - Testing awssdk calls
  • 99 - Code changes in this lecture.txt
  • 99 - Mocking modules
  • 100 - Code changes in this lecture.txt
  • 100 - Debugging tests
  • 101 - Code changes in this lecture.txt
  • 101 - Multiple test configurations

  • 14 - CICD with CodePipeline
  • 102 - Section intro
  • 103 - GitHub source token
  • 104 - Code changes in this lecture.txt
  • 104 - Sample project init
  • 105 - CDK CodePipeline
  • 105 - Code changes in this lecture.txt
  • 106 - CDK stages
  • 106 - Code changes in this lecture.txt
  • 107 - Code changes in this lecture.txt
  • 107 - Lambda stack
  • 108 - Automated tests inside pipeline
  • 108 - Code changes in this lecture.txt
  • 109 - CDK CICD conclusions

  • 15 - End
  • 110 - Closing words
  • 110 - CourseSlides.pdf

  • 16 - Typescript recap
  • 111 - Section intro
  • 112 - Typescript presentation
  • 113 - Running Typescript code
  • 114 - Types
  • 115 - User defined types
  • 116 - Optional properties
  • 117 - Type guards
  • 118 - Code changes in this lecture.txt
  • 118 - Compiler options
  • 119 - Classes
  • 119 - Code changes in this lecture.txt
  • 120 - Access modifiers
  • 120 - Code changes in this lecture.txt
  • 121 - Inheritance
  • 122 - Code changes in this lecture.txt
  • 122 - Implementing interfaces
  • 123 - Code changes in this lecture.txt
  • 123 - Generics
  • 124 - Code changes in this lecture.txt
  • 124 - Promises
  • 125 - Code changes in this lecture.txt
  • 125 - Modules
  • 125 - tsconfig.zip
  • 126 - Code changes in this lecture.txt
  • 126 - Strict checks
  • 127 - Code changes in this lecture.txt
  • 127 - Undefined null never unknown
  • 128 - Code changes in this lecture.txt
  • 128 - Enums and Switch
  • 129 - Running on NodeJs
  • 129 - ts-backend-practice.zip
  • 130 - Debugging Node Typescript
  • 131 - Running in the browser part 1
  • 132 - Running in the browser part 2 webpack
  • 133 - Decorators introduction
  • 134 - Code changes in this lecture.txt
  • 134 - Method decorators
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 26589
    حجم: 3048 مگابایت
    مدت زمان: 812 دقیقه
    تاریخ انتشار: 26 آذر 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید