-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CloudWatch support to default build #229
Comments
Thanks for bringing this up. As AWS services begin enabling support for CORS, these services (like CloudWatch) may be added to the default bundle. One thing we have to watch for is download size, so we evaluate each service as they enable CORS. We're also looking at an easier way to allow users to customize the services bundled in the SDK without affecting size. Watch this space. |
http://sdk.amazonaws.com/js/aws-sdk-2.0.0-rc10.min.js should include Amazon Kinesis and Amazon CloudWatch. The way this is loaded in the final build will change slightly, but this should simplify things for now. |
That's great, thanks! I've been working on a CloudWatch web component to be released soon, so that change will definitely make it easier to depend on the AWS JS SDK! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Is there a reason why the CloudWatch API module is not enabled by default? I had to generate a custom build in order to use it (seems to work fine).
Would be great to be able to use the official build instead.
The text was updated successfully, but these errors were encountered: