You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layers/tests/e2e/layerPublisher.test.ts
+7
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ import {
22
22
import{join}from'node:path';
23
23
importpackageJsonfrom'../../package.json';
24
24
25
+
/**
26
+
* This test has two stacks:
27
+
* 1. LayerPublisherStack - publishes a layer version using the LayerPublisher construct and containing the Powertools utilities from the repo
28
+
* 2. TestStack - uses the layer published in the first stack and contains a lambda function that uses the Powertools utilities from the layer
29
+
*
30
+
* The lambda function is invoked once and the logs are collected. The goal of the test is to verify that the layer creation and usage works as expected.
0 commit comments