目录

Type Support for Amazon CloudWatch Synthetics Node.js Runtime

TypeScript type definitions for the Amazon CloudWatch Synthetics Node.js runtime library.

Installation

npm install @aws/synthetics-core

Usage

import { synthetics } from '@aws/synthetics-core';

// Execute a step with custom configuration
await synthetics.executeStep('checkHomepage', async () => {
    // Your test logic here
}, {
    includeRequestHeaders: true,
    includeResponseHeaders: true,
    restrictedHeaders: ['authorization'],
    includeRequestBody: true,
    includeResponseBody: true
});

TypeScript Support

This package provides complete TypeScript type definitions for the Amazon CloudWatch Synthetics Node.js runtime, enabling full IntelliSense support and type checking in your canary scripts.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

关于
49.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号