agent-claw: automated task changes
This commit is contained in:
342
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/.template.gitignore
generated
vendored
Normal file
342
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/.template.gitignore
generated
vendored
Normal file
@@ -0,0 +1,342 @@
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
|
||||
# Created by https://www.gitignore.io/api/csharp
|
||||
|
||||
### Csharp ###
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
|
||||
# End of https://www.gitignore.io/api/csharp
|
||||
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/README.template.md
generated
vendored
Normal file
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/README.template.md
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Welcome to your CDK C# project!
|
||||
|
||||
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (`%name.PascalCased%Stack`)
|
||||
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
|
||||
|
||||
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
||||
|
||||
It uses the [.NET CLI](https://docs.microsoft.com/dotnet/articles/core/) to compile and execute your project.
|
||||
|
||||
## Useful commands
|
||||
|
||||
* `dotnet build src` compile this app
|
||||
* `cdk ls` list all stacks in the app
|
||||
* `cdk synth` emits the synthesized CloudFormation template
|
||||
* `cdk deploy` deploy this stack to your default AWS account/region
|
||||
* `cdk diff` compare deployed stack with current state
|
||||
* `cdk docs` open CDK documentation
|
||||
|
||||
Enjoy!
|
||||
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/cdk.template.json
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"app": "dotnet run --project src/%name.PascalCased%/%name.PascalCased%.csproj",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"src/*/obj",
|
||||
"src/*/bin",
|
||||
"src/*.sln",
|
||||
"src/*/GlobalSuppressions.cs",
|
||||
"src/*/*.csproj"
|
||||
]
|
||||
}
|
||||
}
|
||||
18
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%.template.sln
generated
vendored
Normal file
18
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%.template.sln
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26124.0
|
||||
MinimumVisualStudioVersion = 15.0.26124.0
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
20
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/%name.PascalCased%.template.csproj
generated
vendored
Normal file
20
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/%name.PascalCased%.template.csproj
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<!-- Roll forward to future major versions of the netcoreapp as needed -->
|
||||
<RollForward>Major</RollForward>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- CDK Construct Library dependencies -->
|
||||
<PackageReference Include="Amazon.CDK.Lib" Version="%cdk-version%" />
|
||||
<PackageReference Include="Constructs" Version="%constructs-version%" />
|
||||
|
||||
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
|
||||
<PackageReference Include="Amazon.Jsii.Analyzers" Version="*" PrivateAssets="all" />
|
||||
-->
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
24
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.cs
generated
vendored
Normal file
24
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.cs
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
using Amazon.CDK;
|
||||
using Amazon.CDK.AWS.SNS;
|
||||
using Amazon.CDK.AWS.SNS.Subscriptions;
|
||||
using Amazon.CDK.AWS.SQS;
|
||||
using Constructs;
|
||||
|
||||
namespace %name.PascalCased%
|
||||
{
|
||||
public class %name.PascalCased%Stack : Stack
|
||||
{
|
||||
internal %name.PascalCased%Stack(Construct scope, string id, IStackProps props = null) : base(scope, id, props)
|
||||
{
|
||||
// The CDK includes built-in constructs for most resource types, such as Queues and Topics.
|
||||
var queue = new Queue(this, "%name.PascalCased%Queue", new QueueProps
|
||||
{
|
||||
VisibilityTimeout = Duration.Seconds(300)
|
||||
});
|
||||
|
||||
var topic = new Topic(this, "%name.PascalCased%Topic");
|
||||
|
||||
topic.AddSubscription(new SqsSubscription(queue));
|
||||
}
|
||||
}
|
||||
}
|
||||
1
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/GlobalSuppressions.cs
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/GlobalSuppressions.cs
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Potential Code Quality Issues", "RECS0026:Possible unassigned object created by 'new'", Justification = "Constructs add themselves to the scope in which they are created")]
|
||||
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/Program.template.cs
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/src/%name.PascalCased%/Program.template.cs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
using Amazon.CDK;
|
||||
|
||||
namespace %name.PascalCased%
|
||||
{
|
||||
sealed class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
var app = new App();
|
||||
new %name.PascalCased%Stack(app, "%stackname%");
|
||||
|
||||
app.Synth();
|
||||
}
|
||||
}
|
||||
}
|
||||
342
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/.template.gitignore
generated
vendored
Normal file
342
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/.template.gitignore
generated
vendored
Normal file
@@ -0,0 +1,342 @@
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
|
||||
# Created by https://www.gitignore.io/api/csharp
|
||||
|
||||
### Csharp ###
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
|
||||
# End of https://www.gitignore.io/api/csharp
|
||||
20
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/README.template.md
generated
vendored
Normal file
20
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/README.template.md
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
# Welcome to your CDK F# project!
|
||||
|
||||
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (`%name.PascalCased%Stack`)
|
||||
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
|
||||
|
||||
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
||||
|
||||
It uses the [.NET CLI](https://docs.microsoft.com/dotnet/articles/core/) to compile and execute your project.
|
||||
|
||||
## Useful commands
|
||||
|
||||
* `dotnet build src` compile this app
|
||||
* `cdk ls` list all stacks in the app
|
||||
* `cdk synth` emits the synthesized CloudFormation template
|
||||
* `cdk deploy` deploy this stack to your default AWS account/region
|
||||
* `cdk diff` compare deployed stack with current state
|
||||
* `cdk docs` open CDK documentation
|
||||
|
||||
Enjoy!
|
||||
14
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/cdk.template.json
generated
vendored
Normal file
14
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"app": "dotnet run --project src/%name.PascalCased%/%name.PascalCased%.fsproj",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"src/*/obj",
|
||||
"src/*/bin",
|
||||
"src/*.sln",
|
||||
"src/*/*.fsproj"
|
||||
]
|
||||
}
|
||||
}
|
||||
18
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%.template.sln
generated
vendored
Normal file
18
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%.template.sln
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26124.0
|
||||
MinimumVisualStudioVersion = 15.0.26124.0
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
25
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%/%name.PascalCased%.template.fsproj
generated
vendored
Normal file
25
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%/%name.PascalCased%.template.fsproj
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<!-- Roll forward to future major versions of the netcoreapp as needed -->
|
||||
<RollForward>Major</RollForward>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="%name.PascalCased%Stack.fs" />
|
||||
<Compile Include="Program.fs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!-- CDK Construct Library dependencies -->
|
||||
<PackageReference Include="Amazon.CDK.Lib" Version="%cdk-version%" />
|
||||
<PackageReference Include="Constructs" Version="%constructs-version%" />
|
||||
|
||||
<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
|
||||
<PackageReference Include="Amazon.Jsii.Analyzers" Version="*" PrivateAssets="all" />
|
||||
-->
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
14
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.fs
generated
vendored
Normal file
14
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%/%name.PascalCased%Stack.template.fs
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace %name.PascalCased%
|
||||
|
||||
open Amazon.CDK
|
||||
open Amazon.CDK.AWS.SNS
|
||||
open Amazon.CDK.AWS.SNS.Subscriptions
|
||||
open Amazon.CDK.AWS.SQS
|
||||
|
||||
type %name.PascalCased%Stack(scope, id, props) as this =
|
||||
inherit Stack(scope, id, props)
|
||||
|
||||
let queue = Queue(this, "%name.PascalCased%Queue", QueueProps(VisibilityTimeout = Duration.Seconds(300.)))
|
||||
|
||||
let topic = Topic(this, "%name.PascalCased%Topic")
|
||||
do topic.AddSubscription(SqsSubscription(queue)) |> ignore
|
||||
11
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%/Program.template.fs
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/src/%name.PascalCased%/Program.template.fs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
open Amazon.CDK
|
||||
open %name.PascalCased%
|
||||
|
||||
[<EntryPoint>]
|
||||
let main _ =
|
||||
let app = App(null)
|
||||
|
||||
%name.PascalCased%Stack(app, "%stackname%", StackProps()) |> ignore
|
||||
|
||||
app.Synth() |> ignore
|
||||
0
|
||||
73
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/%name%.template.go
generated
vendored
Normal file
73
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/%name%.template.go
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/aws/aws-cdk-go/awscdk/v2"
|
||||
"github.com/aws/aws-cdk-go/awscdk/v2/awssns"
|
||||
"github.com/aws/aws-cdk-go/awscdk/v2/awssnssubscriptions"
|
||||
"github.com/aws/aws-cdk-go/awscdk/v2/awssqs"
|
||||
"github.com/aws/constructs-go/constructs/v10"
|
||||
"github.com/aws/jsii-runtime-go"
|
||||
)
|
||||
|
||||
type %name.PascalCased%StackProps struct {
|
||||
awscdk.StackProps
|
||||
}
|
||||
|
||||
func New%name.PascalCased%Stack(scope constructs.Construct, id string, props *%name.PascalCased%StackProps) awscdk.Stack {
|
||||
var sprops awscdk.StackProps
|
||||
if props != nil {
|
||||
sprops = props.StackProps
|
||||
}
|
||||
stack := awscdk.NewStack(scope, &id, &sprops)
|
||||
|
||||
|
||||
queue := awssqs.NewQueue(stack, jsii.String("%name.PascalCased%Queue"), &awssqs.QueueProps{
|
||||
VisibilityTimeout: awscdk.Duration_Seconds(jsii.Number(300)),
|
||||
})
|
||||
|
||||
topic := awssns.NewTopic(stack, jsii.String("%name.PascalCased%Topic"), &awssns.TopicProps{})
|
||||
topic.AddSubscription(awssnssubscriptions.NewSqsSubscription(queue, &awssnssubscriptions.SqsSubscriptionProps{}))
|
||||
|
||||
return stack
|
||||
}
|
||||
|
||||
func main() {
|
||||
defer jsii.Close()
|
||||
|
||||
app := awscdk.NewApp(nil)
|
||||
|
||||
New%name.PascalCased%Stack(app, "%stackname%", &%name.PascalCased%StackProps{
|
||||
awscdk.StackProps{
|
||||
Env: env(),
|
||||
},
|
||||
})
|
||||
|
||||
app.Synth(nil)
|
||||
}
|
||||
|
||||
// env determines the AWS environment (account+region) in which our stack is to
|
||||
// be deployed. For more information see: https://docs.aws.amazon.com/cdk/latest/guide/environments.html
|
||||
func env() *awscdk.Environment {
|
||||
// If unspecified, this stack will be "environment-agnostic".
|
||||
// Account/Region-dependent features and context lookups will not work, but a
|
||||
// single synthesized template can be deployed anywhere.
|
||||
//---------------------------------------------------------------------------
|
||||
return nil
|
||||
|
||||
// Uncomment if you know exactly what account and region you want to deploy
|
||||
// the stack to. This is the recommendation for production stacks.
|
||||
//---------------------------------------------------------------------------
|
||||
// return &awscdk.Environment{
|
||||
// Account: jsii.String("123456789012"),
|
||||
// Region: jsii.String("us-east-1"),
|
||||
// }
|
||||
|
||||
// Uncomment to specialize this stack for the AWS Account and Region that are
|
||||
// implied by the current CLI configuration. This is recommended for dev
|
||||
// stacks.
|
||||
//---------------------------------------------------------------------------
|
||||
// return &awscdk.Environment{
|
||||
// Account: jsii.String(os.Getenv("CDK_DEFAULT_ACCOUNT")),
|
||||
// Region: jsii.String(os.Getenv("CDK_DEFAULT_REGION")),
|
||||
// }
|
||||
}
|
||||
25
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/%name%_test.template.go
generated
vendored
Normal file
25
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/%name%_test.template.go
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/aws/aws-cdk-go/awscdk/v2"
|
||||
"github.com/aws/aws-cdk-go/awscdk/v2/assertions"
|
||||
"github.com/aws/jsii-runtime-go"
|
||||
)
|
||||
|
||||
func Test%name.PascalCased%Stack(t *testing.T) {
|
||||
// GIVEN
|
||||
app := awscdk.NewApp(nil)
|
||||
|
||||
// WHEN
|
||||
stack := New%name.PascalCased%Stack(app, "MyStack", nil)
|
||||
|
||||
// THEN
|
||||
template := assertions.Template_FromStack(stack, nil)
|
||||
|
||||
template.HasResourceProperties(jsii.String("AWS::SQS::Queue"), map[string]interface{}{
|
||||
"VisibilityTimeout": 300,
|
||||
})
|
||||
template.ResourceCountIs(jsii.String("AWS::SNS::Topic"), jsii.Number(1))
|
||||
}
|
||||
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/.template.gitignore
generated
vendored
Normal file
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/.template.gitignore
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# go.sum should be committed
|
||||
!go.sum
|
||||
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
12
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/README.md
generated
vendored
Normal file
12
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/README.md
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Welcome to your CDK Go project!
|
||||
|
||||
This is a blank project for Go development with CDK.
|
||||
|
||||
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
||||
|
||||
## Useful commands
|
||||
|
||||
* `cdk deploy` deploy this stack to your default AWS account/region
|
||||
* `cdk diff` compare deployed stack with current state
|
||||
* `cdk synth` emits the synthesized CloudFormation template
|
||||
* `go test` run unit tests
|
||||
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/cdk.template.json
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": "go mod download && go run %name%.go",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"go.mod",
|
||||
"go.sum",
|
||||
"**/*test.go"
|
||||
]
|
||||
}
|
||||
}
|
||||
9
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/go.template.mod
generated
vendored
Normal file
9
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/go/go.template.mod
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module %name%
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/aws/aws-cdk-go/awscdk/v2 v%cdk-version%
|
||||
github.com/aws/constructs-go/constructs/v10 v%constructs-version%
|
||||
github.com/aws/jsii-runtime-go v1.112.0
|
||||
)
|
||||
4
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/info.json
generated
vendored
Normal file
4
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/info.json
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"description": "Example CDK Application with some constructs",
|
||||
"aliases": ["sample", "example"]
|
||||
}
|
||||
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/.template.gitignore
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/.template.gitignore
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
.classpath.txt
|
||||
target
|
||||
.classpath
|
||||
.project
|
||||
.idea
|
||||
.settings
|
||||
.vscode
|
||||
*.iml
|
||||
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
|
||||
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/README.template.md
generated
vendored
Normal file
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/README.template.md
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Welcome to your CDK Java project!
|
||||
|
||||
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (`%name.PascalCased%Stack`)
|
||||
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
|
||||
|
||||
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
||||
|
||||
It is a [Maven](https://maven.apache.org/) based project, so you can open this project with any Maven compatible Java IDE to build and run tests.
|
||||
|
||||
## Useful commands
|
||||
|
||||
* `mvn package` compile and run tests
|
||||
* `cdk ls` list all stacks in the app
|
||||
* `cdk synth` emits the synthesized CloudFormation template
|
||||
* `cdk deploy` deploy this stack to your default AWS account/region
|
||||
* `cdk diff` compare deployed stack with current state
|
||||
* `cdk docs` open CDK documentation
|
||||
|
||||
Enjoy!
|
||||
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/cdk.json
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/cdk.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"app": "mvn -e -q compile exec:java",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"target",
|
||||
"pom.xml",
|
||||
"src/test"
|
||||
]
|
||||
}
|
||||
}
|
||||
55
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/pom.xml
generated
vendored
Normal file
55
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/pom.xml
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.myorg</groupId>
|
||||
<artifactId>%name%</artifactId>
|
||||
<version>0.1</version>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<cdk.version>%cdk-version%</cdk.version>
|
||||
<constructs.version>%constructs-version%</constructs.version>
|
||||
<junit.version>5.7.1</junit.version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.11.0</version>
|
||||
<configuration>
|
||||
<release>17</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<configuration>
|
||||
<mainClass>com.myorg.%name.PascalCased%App</mainClass>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<dependencies>
|
||||
<!-- AWS Cloud Development Kit -->
|
||||
<dependency>
|
||||
<groupId>software.amazon.awscdk</groupId>
|
||||
<artifactId>aws-cdk-lib</artifactId>
|
||||
<version>${cdk.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>software.constructs</groupId>
|
||||
<artifactId>constructs</artifactId>
|
||||
<version>${constructs.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter</artifactId>
|
||||
<version>${junit.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/src/main/java/com/myorg/%name.PascalCased%App.template.java
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/src/main/java/com/myorg/%name.PascalCased%App.template.java
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package com.myorg;
|
||||
|
||||
import software.amazon.awscdk.App;
|
||||
|
||||
public final class %name.PascalCased%App {
|
||||
public static void main(final String[] args) {
|
||||
App app = new App();
|
||||
|
||||
new %name.PascalCased%Stack(app, "%stackname%");
|
||||
|
||||
app.synth();
|
||||
}
|
||||
}
|
||||
29
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/src/main/java/com/myorg/%name.PascalCased%Stack.template.java
generated
vendored
Normal file
29
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/src/main/java/com/myorg/%name.PascalCased%Stack.template.java
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
package com.myorg;
|
||||
|
||||
import software.constructs.Construct;
|
||||
import software.amazon.awscdk.Duration;
|
||||
import software.amazon.awscdk.Stack;
|
||||
import software.amazon.awscdk.StackProps;
|
||||
import software.amazon.awscdk.services.sns.Topic;
|
||||
import software.amazon.awscdk.services.sns.subscriptions.SqsSubscription;
|
||||
import software.amazon.awscdk.services.sqs.Queue;
|
||||
|
||||
public class %name.PascalCased%Stack extends Stack {
|
||||
public %name.PascalCased%Stack(final Construct parent, final String id) {
|
||||
this(parent, id, null);
|
||||
}
|
||||
|
||||
public %name.PascalCased%Stack(final Construct parent, final String id, final StackProps props) {
|
||||
super(parent, id, props);
|
||||
|
||||
final Queue queue = Queue.Builder.create(this, "%name.PascalCased%Queue")
|
||||
.visibilityTimeout(Duration.seconds(300))
|
||||
.build();
|
||||
|
||||
final Topic topic = Topic.Builder.create(this, "%name.PascalCased%Topic")
|
||||
.displayName("My First Topic Yeah")
|
||||
.build();
|
||||
|
||||
topic.addSubscription(new SqsSubscription(queue));
|
||||
}
|
||||
}
|
||||
27
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/src/test/java/com/myorg/%name.PascalCased%StackTest.template.java
generated
vendored
Normal file
27
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/java/src/test/java/com/myorg/%name.PascalCased%StackTest.template.java
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
package com.myorg;
|
||||
|
||||
import software.amazon.awscdk.App;
|
||||
import software.amazon.awscdk.assertions.Template;
|
||||
import software.amazon.awscdk.assertions.Match;
|
||||
import java.io.IOException;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class %name.PascalCased%StackTest {
|
||||
|
||||
@Test
|
||||
public void testStack() throws IOException {
|
||||
App app = new App();
|
||||
%name.PascalCased%Stack stack = new %name.PascalCased%Stack(app, "test");
|
||||
|
||||
Template template = Template.fromStack(stack);
|
||||
|
||||
template.hasResourceProperties("AWS::SQS::Queue", new HashMap<String, Number>() {{
|
||||
put("VisibilityTimeout", 300);
|
||||
}});
|
||||
|
||||
template.resourceCountIs("AWS::SNS::Topic", 1);
|
||||
}
|
||||
}
|
||||
5
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/.template.gitignore
generated
vendored
Normal file
5
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/.template.gitignore
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
3
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/.template.npmignore
generated
vendored
Normal file
3
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/.template.npmignore
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/README.template.md
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/README.template.md
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Welcome to your CDK JavaScript project
|
||||
|
||||
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (`%name.PascalCased%Stack`)
|
||||
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
|
||||
|
||||
The `cdk.json` file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.
|
||||
|
||||
## Useful commands
|
||||
|
||||
* `%pm-cmd% test` perform the jest unit tests
|
||||
* `cdk deploy` deploy this stack to your default AWS account/region
|
||||
* `cdk diff` compare deployed stack with current state
|
||||
* `cdk synth` emits the synthesized CloudFormation template
|
||||
6
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/bin/%name%.template.js
generated
vendored
Normal file
6
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/bin/%name%.template.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
const cdk = require('aws-cdk-lib/core');
|
||||
const { %name.PascalCased%Stack } = require('../lib/%name%-stack');
|
||||
|
||||
const app = new cdk.App();
|
||||
new %name.PascalCased%Stack(app, '%stackname%');
|
||||
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/cdk.template.json
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"app": "node bin/%name%.js",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"jest.config.js",
|
||||
"package*.json",
|
||||
"yarn.lock",
|
||||
"node_modules",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
}
|
||||
4
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/jest.config.js
generated
vendored
Normal file
4
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/jest.config.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
setupFilesAfterEnv: ['aws-cdk-lib/testhelpers/jest-autoclean'],
|
||||
}
|
||||
25
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/lib/%name%-stack.template.js
generated
vendored
Normal file
25
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/lib/%name%-stack.template.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
const cdk = require('aws-cdk-lib/core');
|
||||
const sns = require('aws-cdk-lib/aws-sns');
|
||||
const subs = require('aws-cdk-lib/aws-sns-subscriptions');
|
||||
const sqs = require('aws-cdk-lib/aws-sqs');
|
||||
|
||||
class %name.PascalCased%Stack extends cdk.Stack {
|
||||
/**
|
||||
* @param {cdk.App} scope
|
||||
* @param {string} id
|
||||
* @param {cdk.StackProps=} props
|
||||
*/
|
||||
constructor(scope, id, props) {
|
||||
super(scope, id, props);
|
||||
|
||||
const queue = new sqs.Queue(this, '%name.PascalCased%Queue', {
|
||||
visibilityTimeout: cdk.Duration.seconds(300)
|
||||
});
|
||||
|
||||
const topic = new sns.Topic(this, '%name.PascalCased%Topic');
|
||||
|
||||
topic.addSubscription(new subs.SqsSubscription(queue));
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { %name.PascalCased%Stack }
|
||||
17
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/package.json
generated
vendored
Normal file
17
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/package.json
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "%name%",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"build": "echo \"The build step is not required when using JavaScript!\" && exit 0",
|
||||
"cdk": "cdk",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aws-cdk": "%cdk-cli-version%",
|
||||
"jest": "^30"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-cdk-lib": "%cdk-version%",
|
||||
"constructs": "%constructs-version%"
|
||||
}
|
||||
}
|
||||
16
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/test/%name%.test.template.js
generated
vendored
Normal file
16
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/test/%name%.test.template.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
const cdk = require('aws-cdk-lib/core');
|
||||
const { Match, Template } = require('aws-cdk-lib/assertions');
|
||||
const %name.PascalCased% = require('../lib/%name%-stack');
|
||||
|
||||
test('SQS Queue and SNS Topic Created', () => {
|
||||
const app = new cdk.App();
|
||||
// WHEN
|
||||
const stack = new %name.PascalCased%.%name.PascalCased%Stack(app, 'MyTestStack');
|
||||
// THEN
|
||||
const template = Template.fromStack(stack);
|
||||
template.hasResourceProperties('AWS::SQS::Queue', {
|
||||
VisibilityTimeout: 300,
|
||||
});
|
||||
|
||||
template.resourceCountIs('AWS::SNS::Topic', 1);
|
||||
});
|
||||
34
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/tsconfig.json
generated
vendored
Normal file
34
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es2020"
|
||||
],
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"noImplicitThis": true,
|
||||
"alwaysStrict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": false,
|
||||
"inlineSourceMap": true,
|
||||
"inlineSources": true,
|
||||
"experimentalDecorators": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"cdk.out"
|
||||
]
|
||||
}
|
||||
26
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/%name.PythonModule%/%name.PythonModule%_stack.template.py
generated
vendored
Normal file
26
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/%name.PythonModule%/%name.PythonModule%_stack.template.py
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
from constructs import Construct
|
||||
from aws_cdk import (
|
||||
Duration,
|
||||
Stack,
|
||||
aws_iam as iam,
|
||||
aws_sqs as sqs,
|
||||
aws_sns as sns,
|
||||
aws_sns_subscriptions as subs,
|
||||
)
|
||||
|
||||
|
||||
class %name.PascalCased%Stack(Stack):
|
||||
|
||||
def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
|
||||
super().__init__(scope, construct_id, **kwargs)
|
||||
|
||||
queue = sqs.Queue(
|
||||
self, "%name.PascalCased%Queue",
|
||||
visibility_timeout=Duration.seconds(300),
|
||||
)
|
||||
|
||||
topic = sns.Topic(
|
||||
self, "%name.PascalCased%Topic"
|
||||
)
|
||||
|
||||
topic.add_subscription(subs.SqsSubscription(queue))
|
||||
0
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/%name.PythonModule%/__init__.py
generated
vendored
Normal file
0
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/%name.PythonModule%/__init__.py
generated
vendored
Normal file
22
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/.template.gitignore
generated
vendored
Normal file
22
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/.template.gitignore
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
*.swp
|
||||
package-lock.json
|
||||
.pytest_cache
|
||||
*.egg-info
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# CDK Context & Staging files
|
||||
.cdk.staging/
|
||||
cdk.out/
|
||||
65
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/README.template.md
generated
vendored
Normal file
65
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/README.template.md
generated
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
|
||||
# Welcome to your CDK Python project!
|
||||
|
||||
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (`%name.PythonModule%_stack`)
|
||||
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
|
||||
|
||||
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
||||
|
||||
This project is set up like a standard Python project. The initialization process also creates
|
||||
a virtualenv within this project, stored under the .venv directory. To create the virtualenv
|
||||
it assumes that there is a `python3` executable in your path with access to the `venv` package.
|
||||
If for any reason the automatic creation of the virtualenv fails, you can create the virtualenv
|
||||
manually once the init process completes.
|
||||
|
||||
To manually create a virtualenv on MacOS and Linux:
|
||||
|
||||
```
|
||||
$ %python-executable% -m venv .venv
|
||||
```
|
||||
|
||||
After the init process completes and the virtualenv is created, you can use the following
|
||||
step to activate your virtualenv.
|
||||
|
||||
```
|
||||
$ source .venv/bin/activate
|
||||
```
|
||||
|
||||
If you are a Windows platform, you would activate the virtualenv like this:
|
||||
|
||||
```
|
||||
% .venv\Scripts\activate.bat
|
||||
```
|
||||
|
||||
Once the virtualenv is activated, you can install the required dependencies.
|
||||
|
||||
```
|
||||
$ pip install -r requirements.txt
|
||||
```
|
||||
|
||||
At this point you can now synthesize the CloudFormation template for this code.
|
||||
|
||||
```
|
||||
$ cdk synth
|
||||
```
|
||||
|
||||
You can now begin exploring the source code, contained in the hello directory.
|
||||
There is also a very trivial test included that can be run like this:
|
||||
|
||||
```
|
||||
$ pytest
|
||||
```
|
||||
|
||||
To add additional dependencies, for example other CDK libraries, just add to
|
||||
your requirements.txt file and rerun the `pip install -r requirements.txt`
|
||||
command.
|
||||
|
||||
## Useful commands
|
||||
|
||||
* `cdk ls` list all stacks in the app
|
||||
* `cdk synth` emits the synthesized CloudFormation template
|
||||
* `cdk deploy` deploy this stack to your default AWS account/region
|
||||
* `cdk diff` compare deployed stack with current state
|
||||
* `cdk docs` open CDK documentation
|
||||
|
||||
Enjoy!
|
||||
11
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/app.template.py
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/app.template.py
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import aws_cdk as cdk
|
||||
|
||||
from %name.PythonModule%.%name.PythonModule%_stack import %name.PascalCased%Stack
|
||||
|
||||
|
||||
app = cdk.App()
|
||||
%name.PascalCased%Stack(app, "%stackname%")
|
||||
|
||||
app.synth()
|
||||
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/cdk.template.json
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"app": "%python-executable% app.py",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"requirements*.txt",
|
||||
"source.bat",
|
||||
"**/__init__.py",
|
||||
"python/__pycache__",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/requirements-dev.txt
generated
vendored
Normal file
1
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/requirements-dev.txt
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pytest==8.4.2
|
||||
2
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/requirements.txt
generated
vendored
Normal file
2
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/requirements.txt
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
aws-cdk-lib%cdk-version%
|
||||
constructs%constructs-version%
|
||||
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/source.bat
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/source.bat
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
|
||||
rem The sole purpose of this script is to make the command
|
||||
rem
|
||||
rem source .venv/bin/activate
|
||||
rem
|
||||
rem (which activates a Python virtualenv on Linux or Mac OS X) work on Windows.
|
||||
rem On Windows, this command just runs this batch file (the argument is ignored).
|
||||
rem
|
||||
rem Now we don't need to document a Windows command for activating a virtualenv.
|
||||
|
||||
echo Executing .venv\Scripts\activate.bat for you
|
||||
.venv\Scripts\activate.bat
|
||||
0
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/tests/__init__.py
generated
vendored
Normal file
0
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/tests/__init__.py
generated
vendored
Normal file
0
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/tests/unit/__init__.py
generated
vendored
Normal file
0
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/tests/unit/__init__.py
generated
vendored
Normal file
21
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/tests/unit/test_%name.PythonModule%_stack.template.py
generated
vendored
Normal file
21
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/python/tests/unit/test_%name.PythonModule%_stack.template.py
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
import aws_cdk as core
|
||||
import aws_cdk.assertions as assertions
|
||||
from %name.PythonModule%.%name.PythonModule%_stack import %name.PascalCased%Stack
|
||||
|
||||
|
||||
def test_sqs_queue_created():
|
||||
app = core.App()
|
||||
stack = %name.PascalCased%Stack(app, "%name.StackName%")
|
||||
template = assertions.Template.from_stack(stack)
|
||||
|
||||
template.has_resource_properties("AWS::SQS::Queue", {
|
||||
"VisibilityTimeout": 300
|
||||
})
|
||||
|
||||
|
||||
def test_sns_topic_created():
|
||||
app = core.App()
|
||||
stack = %name.PascalCased%Stack(app, "%name.StackName%")
|
||||
template = assertions.Template.from_stack(stack)
|
||||
|
||||
template.resource_count_is("AWS::SNS::Topic", 1)
|
||||
8
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/.template.gitignore
generated
vendored
Normal file
8
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/.template.gitignore
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
*.js
|
||||
!jest.config.js
|
||||
*.d.ts
|
||||
node_modules
|
||||
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
6
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/.template.npmignore
generated
vendored
Normal file
6
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/.template.npmignore
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
*.ts
|
||||
!*.d.ts
|
||||
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
cdk.out
|
||||
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/README.template.md
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/README.template.md
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Welcome to your CDK TypeScript project
|
||||
|
||||
You should explore the contents of this project. It demonstrates a CDK app with an instance of a stack (`%name.PascalCased%Stack`)
|
||||
which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
|
||||
|
||||
The `cdk.json` file tells the CDK Toolkit how to execute your app.
|
||||
|
||||
## Useful commands
|
||||
|
||||
* `%pm-cmd% build` compile typescript to js
|
||||
* `%pm-cmd% watch` watch for changes and compile
|
||||
* `%pm-cmd% test` perform the jest unit tests
|
||||
* `cdk deploy` deploy this stack to your default AWS account/region
|
||||
* `cdk diff` compare deployed stack with current state
|
||||
* `cdk synth` emits the synthesized CloudFormation template
|
||||
6
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/bin/%name%.template.ts
generated
vendored
Normal file
6
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/bin/%name%.template.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
import * as cdk from 'aws-cdk-lib/core';
|
||||
import { %name.PascalCased%Stack } from '../lib/%name%-stack';
|
||||
|
||||
const app = new cdk.App();
|
||||
new %name.PascalCased%Stack(app, '%stackname%');
|
||||
17
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/cdk.template.json
generated
vendored
Normal file
17
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/cdk.template.json
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"app": "npx ts-node --prefer-ts-exts bin/%name%.ts",
|
||||
"watch": {
|
||||
"include": ["**"],
|
||||
"exclude": [
|
||||
"README.md",
|
||||
"cdk*.json",
|
||||
"**/*.d.ts",
|
||||
"**/*.js",
|
||||
"tsconfig.json",
|
||||
"package*.json",
|
||||
"yarn.lock",
|
||||
"node_modules",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
}
|
||||
9
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/jest.config.js
generated
vendored
Normal file
9
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/jest.config.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
testEnvironment: 'node',
|
||||
roots: ['<rootDir>/test'],
|
||||
testMatch: ['**/*.test.ts'],
|
||||
transform: {
|
||||
'^.+\\.tsx?$': 'ts-jest'
|
||||
},
|
||||
setupFilesAfterEnv: ['aws-cdk-lib/testhelpers/jest-autoclean'],
|
||||
};
|
||||
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/lib/%name%-stack.template.ts
generated
vendored
Normal file
19
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/lib/%name%-stack.template.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Duration, Stack, StackProps } from 'aws-cdk-lib/core';
|
||||
import * as sns from 'aws-cdk-lib/aws-sns';
|
||||
import * as subs from 'aws-cdk-lib/aws-sns-subscriptions';
|
||||
import * as sqs from 'aws-cdk-lib/aws-sqs';
|
||||
import { Construct } from 'constructs';
|
||||
|
||||
export class %name.PascalCased%Stack extends Stack {
|
||||
constructor(scope: Construct, id: string, props?: StackProps) {
|
||||
super(scope, id, props);
|
||||
|
||||
const queue = new sqs.Queue(this, '%name.PascalCased%Queue', {
|
||||
visibilityTimeout: Duration.seconds(300)
|
||||
});
|
||||
|
||||
const topic = new sns.Topic(this, '%name.PascalCased%Topic');
|
||||
|
||||
topic.addSubscription(new subs.SqsSubscription(queue));
|
||||
}
|
||||
}
|
||||
23
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/package.json
generated
vendored
Normal file
23
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/package.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "%name%",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"watch": "tsc -w",
|
||||
"test": "jest",
|
||||
"cdk": "cdk"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^30",
|
||||
"@types/node": "^24.10.1",
|
||||
"jest": "^30",
|
||||
"ts-jest": "^29",
|
||||
"aws-cdk": "%cdk-cli-version%",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-cdk-lib": "%cdk-version%",
|
||||
"constructs": "%constructs-version%"
|
||||
}
|
||||
}
|
||||
17
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/test/%name%.test.template.ts
generated
vendored
Normal file
17
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/test/%name%.test.template.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as cdk from 'aws-cdk-lib/core';
|
||||
import { Template, Match } from 'aws-cdk-lib/assertions';
|
||||
import * as %name.PascalCased% from '../lib/%name%-stack';
|
||||
|
||||
test('SQS Queue and SNS Topic Created', () => {
|
||||
const app = new cdk.App();
|
||||
// WHEN
|
||||
const stack = new %name.PascalCased%.%name.PascalCased%Stack(app, 'MyTestStack');
|
||||
// THEN
|
||||
|
||||
const template = Template.fromStack(stack);
|
||||
|
||||
template.hasResourceProperties('AWS::SQS::Queue', {
|
||||
VisibilityTimeout: 300
|
||||
});
|
||||
template.resourceCountIs('AWS::SNS::Topic', 1);
|
||||
});
|
||||
32
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/tsconfig.json
generated
vendored
Normal file
32
cdk/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"lib": [
|
||||
"es2022"
|
||||
],
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"noImplicitThis": true,
|
||||
"alwaysStrict": true,
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": false,
|
||||
"inlineSourceMap": true,
|
||||
"inlineSources": true,
|
||||
"experimentalDecorators": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"cdk.out"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user