entest-cdk-chatbot
Project description
author: haimtran
title: publish a construct date: 20/08/2023
Introduction
Command
Create a new projen project
npx projen new awscdk-construct
Update the .projenrc.ts with dependencies
import { awscdk } from 'projen';
const project = new awscdk.AwsCdkConstructLibrary({
author: 'haitran',
authorAddress: 'hai@entest.io',
cdkVersion: '2.1.0',
defaultReleaseBranch: 'main',
jsiiVersion: '~5.0.0',
name: 'entest-cdk-chatbot',
projenrcTs: true,
repositoryUrl: 'https://github.com/hai/entest-cdk-chatbot.git',
peerDeps: [
'@aws-cdk/core',
'@aws-cdk/aws-lambda',
'@aws-cdk/aws-ec2',
'@aws-cdk/aws-ecs',
'@aws-cdk/aws-ecs-patterns',
],
});
project.synth();
and install dependencies
npx projen
Check the different
npx cdk --app lib/integ.default.js diff
Deploy
npx cdk --app lib/integ.default.js diff
Reference
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
entest-cdk-chatbot-0.0.0.tar.gz
(29.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file entest-cdk-chatbot-0.0.0.tar.gz.
File metadata
- Download URL: entest-cdk-chatbot-0.0.0.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76eba0153d861a4291aae8724828658e33f4cb7d2b282e5fdeb4bf3effb32154
|
|
| MD5 |
faf6188f1388cbc9af04e7a38cd8dc67
|
|
| BLAKE2b-256 |
161b81088ff278a64820d11a26416efabbef9826ff01986495ad4fe7c8b0d673
|
File details
Details for the file entest_cdk_chatbot-0.0.0-py3-none-any.whl.
File metadata
- Download URL: entest_cdk_chatbot-0.0.0-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4916214313474b9baa3cae5790f22038a547015a3e180ffa61da532e9e507489
|
|
| MD5 |
b2f603e2e9677df0025fea5e83c68b03
|
|
| BLAKE2b-256 |
f7fd0322b1bd7132a1f65c41c7e26ca4ab1c2538053581c84e05012f89b17106
|