-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
457 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# AWS Tools | ||
|
||
| Description | Repo/Link | | ||
| :--- | :--- | | ||
| AWS Tools for Microsoft VSTS | [AWS Tools for Microsoft Visual Studio Team Services](https://docs.aws.amazon.com/vsts/latest/userguide/welcome.html) | | ||
| AWS Tools for PowerShell | [AWS Tools for PowerShell](https://aws.amazon.com/powershell/) | | ||
| AWS Tools and sample code provided by AWS Premium Support | [awslabs/aws-support-tools](https://github.com/awslabs/aws-support-tools) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Amplify | ||
|
||
## Useful Libs and Tools | ||
|
||
| Description | Repo/Link | | ||
| :--- | :--- | | ||
| AWS Amplify CLI | [aws-amplify/amplify-cli](https://github.com/aws-amplify/amplify-cli) | | ||
| AWS Amplify Flutter | [aws-amplify/amplify-flutter](https://github.com/aws-amplify/amplify-flutter) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
# Athena | ||
|
||
[Querying AWS CloudTrail Logs]( | ||
https://docs.aws.amazon.com/athena/latest/ug/cloudtrail-logs.html) | ||
|
||
- Option 1: Creating a Table for CloudTrail Logs in the CloudTrail Console | ||
- Option 2: Manually Creating the Table for CloudTrail Logs in Athena | ||
- Option 1: Creating a Table for CloudTrail Logs in the CloudTrail Console | ||
- Option 2: Manually Creating the Table for CloudTrail Logs in Athena | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,31 @@ | ||
# CDK Notes | ||
|
||
### My small examples for demo | ||
## My small examples for demo | ||
|
||
- https://github.com/kyhau/cdk-examples (CDK v2 and v1) | ||
- https://github.com/kyhau/have-a-smile (CDK v2) | ||
|
||
### Useful links | ||
--- | ||
## Useful Libs and Tools | ||
|
||
- [cdk8s-team/cdk8s](https://github.com/cdk8s-team/cdk8s) | ||
- [cdk8s-team/cdk8s-cli](https://github.com/cdk8s-team/cdk8s-cli) | ||
- [Getting Started Guide](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html) | ||
- [github.com/aws/aws-cdk](https://github.com/aws/aws-cdk) | ||
- [AWS CDK API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html) | ||
- [jsii](https://github.com/aws/jsii) allows code in any language to naturally interact with JavaScript classes. | ||
It is the technology that enables the AWS CDK to deliver polyglot libraries from a single codebase. | ||
| Description | Repo/Link | | ||
| :--- | :--- | | ||
| AWS CDK (Cloud Development Kit) | [aws/aws-cdk](https://github.com/aws/aws-cdk) | | ||
| AWS CDK Construct Hub - Find reusable components for your cloud applications | [constructs.dev](https://constructs.dev/) | | ||
| [AWS CDK for Kubernetes (cdk8s)](https://cdk8s.io/) | [cdk8s-team/cdk8s](https://github.com/cdk8s-team/cdk8s) | | ||
| AWS cdk8s-cli - a command-line-interface for CDK for Kubernetes | [cdk8s-team/cdk8s-cli](https://github.com/cdk8s-team/cdk8s-cli) | | ||
| [AWS CDK Assume Role Credential Plugin](https://aws.amazon.com/blogs/devops/cdk-credential-plugin/) | [aws-samples/cdk-assume-role-credential-plugin](https://github.com/aws-samples/cdk-assume-role-credential-plugin) | | ||
| [AWS Solutions Constructs](https://docs.aws.amazon.com/solutions/latest/constructs/api-reference.html) | [awslabs/aws-solutions-constructs](https://github.com/awslabs/aws-solutions-constructs) | | ||
| AWS JSII allows code in any language to naturally interact with JavaScript classes | [aws/jsii](https://github.com/aws/jsii) | | ||
| CDK Patterns | [cdk-patterns/serverless](https://github.com/cdk-patterns/serverless) | | ||
| Serverless Stack Toolkit (SST) (extension of AWS CDK) | [serverless-stack/serverless-stack](https://github.com/serverless-stack/serverless-stack) | | ||
| Awesome CDK | [kolomied/awesome-cdk](https://github.com/kolomied/awesome-cdk) | | ||
| kyhau/cdk-examples (CDK v1 and v2) | [kyhau/cdk-examples](https://github.com/kyhau/cdk-examples) | | ||
|
||
|
||
--- | ||
## Useful Articles and Blogs | ||
|
||
- [CDK Getting Started Guide](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html) | ||
- [CDK API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html) | ||
- [CDK Assume Role Credential Plugin](https://aws.amazon.com/blogs/devops/cdk-credential-plugin/) | ||
- [aws-samples/cdk-assume-role-credential-plugin](https://github.com/aws-samples/cdk-assume-role-credential-plugin) | | ||
- [cdk-patterns/serverless](https://github.com/cdk-patterns/serverless) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.