@ts-cloud/aws-types 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ const instance: EC2Instance = {
|
|
|
38
38
|
- Covers a wide range of AWS services (EC2, S3, Lambda, ECS, RDS, Route53, CloudWatch, SNS, SQS, and many more)
|
|
39
39
|
- Zero runtime dependencies -- types only
|
|
40
40
|
- No AWS SDK required
|
|
41
|
-
- Used internally by
|
|
41
|
+
- Used internally by `@ts-cloud/core` and `@stacksjs/ts-cloud`
|
|
42
42
|
|
|
43
43
|
## License
|
|
44
44
|
|