Skip to content

Commit

Permalink
chore: add serverless-esbuild to make acceptance test work
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Mar 2, 2024
1 parent 53e1f4b commit a587b12
Show file tree
Hide file tree
Showing 4 changed files with 12,321 additions and 6,924 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const AWS = require("aws-sdk");
const WebSocket = require("ws");
const frisby = require("frisby");
const uuidv4 = require("uuid/v4");
const { v4: uuidv4 } = require("uuid");
const laconiaTest = require("@laconia/test");

const { getAccountId } = require("../src/sts");
const S3TotalOrderStorage = require("../src/S3TotalOrderStorage");
const DynamoDbOrderRepository = require("../src/DynamoDbOrderRepository");

process.env.AWS_REGION = process.env.AWS_REGION || "eu-west-1";
process.env.AWS_REGION = process.env.AWS_REGION || "us-east-1";
const { AWS_REGION, NODE_VERSION = "20" } = process.env;
const SERVERLESS_STAGE = `node${NODE_VERSION}`;
const SERVERLESS_SERVICE_NAME = "laconia-acceptance";
Expand Down
Loading

0 comments on commit a587b12

Please sign in to comment.