Skip to content

Commit

Permalink
fix: hanlder, webpack config, update postbuild stage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSUS committed Jul 31, 2024
1 parent 7809283 commit cfa5e62
Show file tree
Hide file tree
Showing 7 changed files with 429 additions and 432 deletions.
3 changes: 0 additions & 3 deletions cdk/lib/cdk-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export class CdkStack extends cdk.Stack {
constructor(scope: Construct, id: string, props?: cdk.StackProps) {
super(scope, id, props);

console.log('CWD', process.cwd());
console.log('DB_HOST', process.env.DEV_POSTGRES_HOST);

const nestLambda = new lambda.Function(this, 'NestWrapper', {
runtime: lambda.Runtime.NODEJS_20_X,
code: lambda.Code.fromAsset('../dist'),
Expand Down
Loading

0 comments on commit cfa5e62

Please sign in to comment.