simple-lambda-client
Version:
A simple, convenient way to invoke aws lambda functions with best practices.
5 lines • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.testIfNotCicd = void 0;
exports.testIfNotCicd = process.env.CI ? test.skip : test; // skip on ci, since we dont expect that the .env vars will be set and that aws access will be present
//# sourceMappingURL=testIfNotCicd.js.map