npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@takumi-stack/sdk

v1.0.3

Published

The `CC-SDK` extends the capabilities of `CC-CORE` by providing essential runtime code. With this library, we gain the ability to handle lambda integrations with the broader infrastructure in a typed manner. It optimizes our workflow, offering multiple me

Downloads

1

Readme

CC-SDK

The CC-SDK extends the capabilities of CC-CORE by providing essential runtime code. With this library, we gain the ability to handle lambda integrations with the broader infrastructure in a typed manner. It optimizes our workflow, offering multiple mechanisms for code reusability.

When coupled with CC-CORE, CC-SDK empowers us to build diverse serverless applications. These applications are not only production-ready but also excel in both platform and runtime aspects. This comprehensive approach ensures robustness, addressing every critical perspective of the backend solution.

By leveraging these libraries in tandem, we achieve a holistic and efficient means of managing serverless architectures, covering every essential aspect of a sophisticated backend solution.


This package includes:

catalog

Contains modules related to each kind of catalog:

  • api: Holds files related to the catalog API.
  • api-integration: Manages integrations for the catalog API.
  • event: Deals with catalog-related events.
  • notification: Handles notifications concerning the catalog.
  • secret: Manages secret information relevant to the catalog.

error

Handles error-related functionalities:

  • catalog.ts: Contains error handling specific to the catalog.
  • index.ts: Manages overall error handling.
  • types.ts: Holds types or interfaces related to errors.

handler

Manages different types of request handlers:

  • api: Lambda Handlers for Api Gateway
  • event: Lambda Handlers for Event Bridge
  • queue: Lambda Handlers for SQS
  • resolver: JS Resolvers for AppSync

integration

Manages integrations with Downstream services:

  • api: Integrations with external APIs.
  • cognito: Integration modules for Cognito services.
  • config: Manages configuration for function dynamic configs.
  • event: Handles event dispatching for integrations.
  • notification: Integration modules for notification systems.
  • queue: Manages integrations with queues.
  • store: Integrations with various types of data stores.
  • topic: Modules related to topic-based integrations.

lib

Contains wrappers for utility libraries:

  • dayjs.ts: Utility functions related to date and time management using Day.js.
  • schemy.ts: Utility for schema validation
  • uuid.ts: Functions or utilities for generating UUIDs.

logger

Deals with logging functionalities:

  • catalog.ts: Logging specific to the catalog functionality.
  • index.ts: Overall logging setup or general logging functionality.

model

Main type structure for interaction with dynamo repositories

tracing

Related to tracing functionalities, based on X-Ray.

util

Contains various utility functions or helpers:

  • chunk-array.ts: Utility function for chunking arrays.
  • executers.ts: Functions related to executing tasks.
  • pagination.ts: Functions or utilities for managing pagination.
  • timeout.ts: Utility functions for handling timeouts.