AWS Alex
Alexa Basic Alexa Basic Module 1: Why Build Alexa Skills Skill resources Pre-Built Model Alexa workflow Steps to Build a Skill? Requirements to bu...
Alexa Basic Alexa Basic Module 1: Why Build Alexa Skills Skill resources Pre-Built Model Alexa workflow Steps to Build a Skill? Requirements to bu...
Alex First Skill - RedVelvet Time Alex First Skill - RedVelvet Time Create a Skill in Five Minutes Introduction: How Users Will Interact With Cake Time Build the Cake Tim...
AWS CloudFormation AWS CloudFormation auto infrastructure development Task 1: Deploy a Networking Layer Task 2: Deploy an Application Layer Tas...
Lab for SAA Lab for SAA lab 1: Making Your Environment Highly Available Task 1: Inspect Your environment Task 2: Login to EC2 instance Task 3: Download, Install, and La...
Lab for AWS Certified Cloud Practitioner Lab for AWS Certified Cloud Practitioner lab 1: IAM Policy lab 2: Build VPC, Launch a Web Server lab 3 Amazon EC2 lab 4 ama...
ACFv2EN-Interns. ACFv2EN-Interns. Module 1 Overview cloud computing: different types of cloud computing models three main cloud computing deplo...
AWS Lab AWS Lab 1. beginning 启动实例 2 连接实例 remote desktop 1.3 终止您的实例 2. begin 2.1 Active directory ...
Readme Readme AWS cloud architect project __∧_∧__ ~~~~~ /(*´O`)/\ /| ̄∪∪ ̄|\/ |__ _|/ AWS cloud architect project Lambda interact with S3, auto make modify t...
Create a simple microservice using Lambda and API Gateway Create a simple microservice using Lambda and API Gateway Overview create an API using Amazon API Gateway ...
AWS CLI commands AWS CLI commands Using the AWS SDK for Python see the account number and your user ID: $ aws sts get-caller-identity { "Account": "12345678", "U...
Writing Shell Scripts [toc] What are Shell Scripts? ref https://linuxcommand.org/lc3_wss0140.php With the thousands of commands available for the command line user, how can you remember them al...
Makefile basic Makefile Syntax Run Examples Variables Targets all target Multiple targets Automatic Variable...
pytest overview 运行 pytest basic first test pytest 跳过 pytest 标记 Pytest 参数化测试 pytest ...
unittest.mock 基础概念 Mock 类 Mock方法与属性 patch patch 使用方法 ref https://hustyi...
Unittest example0 example1 运行单元测试 setUp与tearDown Unittest “测试驱动开发”(TDD:Test-Driven Development),单元测试就不陌生。 单元测试是用来对一个模块、一个函数或者一个类来进行正确性检验的测试工作。 比如对函数a...