secrets-manager

Store and rotate credentials in AWS Secrets Manager with Lambda-based rotation.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/colinmxs/double-hexagon --skill secrets-manager-colinmxs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secrets-manager
Source: https://github.com/colinmxs/double-hexagon/tree/main/.kiro/skills/secrets-manager
Command: npx skills add https://github.com/colinmxs/double-hexagon --skill secrets-manager-colinmxs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Securely store and rotate credentials across AWS services to minimize risk and operational overhead.

Core Features & Use Cases

  • Centralized secret storage with versioning and automatic rotation
  • Integration with AWS Secrets Manager for Lambda, RDS, and other services
  • Use cases include rotating database credentials and API keys for secure deployments

Quick Start

Create or select a secret in AWS Secrets Manager and enable rotation according to your rotation strategy.

Frequently Asked Questions about secrets-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely store and rotate database credentials in AWS Secrets Manager?

To securely store and rotate database credentials in AWS Secrets Manager, you can use this Skill to implement AWS Secrets Manager APIs, enabling centralized secret storage, versioning, and Lambda-based automated rotation for RDS and Redshift.

What is the best way to automate API key rotation across AWS services?

Automating API key rotation across AWS services is handled through Lambda-based rotation strategies. This Skill implements best-practice security and monitoring to automatically update credentials without manual operational overhead.

Can I use Lambda to rotate credentials stored in AWS Secrets Manager?

Yes, you can use Lambda to rotate credentials stored in AWS Secrets Manager. This Skill supports Lambda-based rotation, allowing you to automatically update database credentials and API keys for secure deployments.

Does this approach support secret versioning and retrieval for RDS and Redshift?

Yes, this approach supports secret versioning and retrieval for RDS and Redshift. It integrates directly with AWS Secrets Manager APIs to ensure applications can securely access and retrieve specific credential versions.

How do I configure automated secret rotation strategies for AWS Lambda?

Configuring automated secret rotation strategies for AWS Lambda involves creating or selecting a secret in AWS Secrets Manager and enabling rotation. This Skill implements the necessary API logic to execute your defined rotation strategy securely.