Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.32 KB

File metadata and controls

24 lines (16 loc) · 1.32 KB

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: CC-BY-SA-4.0

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

See AGENTS.md for full workflow patterns, implementation guidelines, and content structure.

Quick Reference

  • This repository provides structured knowledge for AI agents to set up and experiment with AWS IoT Greengrass in containerized environments
  • Not for production — experimentation and quick start scenarios only
  • Two Greengrass variants: Nucleus (full Java runtime) and Lite (lightweight C runtime for constrained devices)
  • Always read the relevant guide from skills/aws-iot-greengrass/references/ before implementing
  • For component creation, always check skills/aws-iot-greengrass/examples/ for similar implementations first
  • Recipe fields are case-sensitive for Greengrass Lite — see skills/aws-iot-greengrass/references/components/component-development.md

LLM Context Files

For up-to-date API and service documentation beyond what this repository covers (includes both Nucleus and Lite):