{"id":48372043,"url":"https://github.com/aws/aws-durable-execution-docs","last_synced_at":"2026-04-05T17:02:17.943Z","repository":{"id":342359558,"uuid":"1155835529","full_name":"aws/aws-durable-execution-docs","owner":"aws","description":"AWS Lambda durable functions technical documentation","archived":false,"fork":false,"pushed_at":"2026-04-02T22:02:57.000Z","size":333,"stargazers_count":6,"open_issues_count":72,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T00:11:10.351Z","etag":null,"topics":["aws","awslambda","durable-execution","durable-functions","lambda-functions","serverless"],"latest_commit_sha":null,"homepage":"https://docs.aws.amazon.com/durable-functions","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aws.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-12T00:38:38.000Z","updated_at":"2026-04-02T22:02:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aws/aws-durable-execution-docs","commit_stats":null,"previous_names":["aws/aws-durable-execution-docs"],"tags_count":0,"template":false,"template_full_name":"amazon-archives/__template_Apache-2.0","purl":"pkg:github/aws/aws-durable-execution-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-durable-execution-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-durable-execution-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-durable-execution-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-durable-execution-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws","download_url":"https://codeload.github.com/aws/aws-durable-execution-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Faws-durable-execution-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31442924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","awslambda","durable-execution","durable-functions","lambda-functions","serverless"],"created_at":"2026-04-05T17:02:17.202Z","updated_at":"2026-04-05T17:02:17.937Z","avatar_url":"https://github.com/aws.png","language":null,"readme":"# AWS Lambda durable functions developer documentation source\n\nThis repository contains the source for the AWS Lambda durable functions SDK\ndocumentation website at https://docs.aws.amazon.com/durable-functions,\nproviding comprehensive guides and references for building resilient,\nlong-running applications with AWS Lambda durable functions across\nmultiple programming languages.\n\n## Repository Structure\n\n```\ndocs/                                    # Documentation source files\nexamples/                                # Code source files for code-blocks in docs/\naws-lambda-durable-functions-power/      # Kiro power for AI assistance\n```\n\n## Documentation source\n\nThe `docs/` directory contains the Markdown source files that power the\ndocumentation site.\n\nCode examples are in `examples/`, organized by language\n(`typescript/`, `python/`, `java/`) and mirroring the docs folder hierarchy.\n\nExamples are embedded into documentation pages using snippet syntax — see the\n[Contributing Guide](CONTRIBUTING.md) for details.\n\n### Getting started with the docs\n\n[Zensical](https://zensical.org) builds this site from Markdown to HTML.\n\nTo preview locally:\n\n```bash\npython -m venv ~/.venvs/zensical\nsource ~/.venvs/zensical/bin/activate\npip install zensical\n\n# Live preview with hot-reload\nzensical serve\n```\n\nFor the full authoring workflow — adding code samples, formatting conventions,\ncommit messages, and pull request process — see\n[CONTRIBUTING.md](CONTRIBUTING.md). For Markdown formatting syntax, please see\nthe [Authoring Guide](authoring-guide.md).\n\n## Kiro Power\n\nThis repository includes a [Kiro power](https://kiro.dev/powers/) that provides\nAI-assisted guidance for building durable functions. The power includes:\n\n- Replay model rules and best practices\n- Step operation patterns\n- Error handling strategies\n- Testing patterns\n- Deployment templates\n\nSee [aws-lambda-durable-functions-power/](aws-lambda-durable-functions-power/)\nfor details.\n\n## Resources\n\n- [AWS Lambda durable functions Documentation](https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html)\n- [JavaScript SDK Repository](https://github.com/aws/aws-durable-execution-sdk-js)\n- [Python SDK Repository](https://github.com/aws/aws-durable-execution-sdk-python)\n\n## Feedback \u0026 Support\n\nWe welcome feedback and contributions:\n\n- **Issues**: Report documentation bugs or request improvements via\n  [GitHub Issues](https://github.com/aws/aws-durable-execution-docs/issues)\n- **Discussions**: Ask questions and share ideas in\n  [GitHub Discussions](https://github.com/aws/aws-durable-execution-docs/discussions)\n- **AWS Support**: For AWS Lambda service issues, contact\n  [AWS Support](https://aws.amazon.com/support)\n\n## Contributing\n\nWe welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md)\nfor details on how to contribute to the documentation.\n\n## Security\n\nSee [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more\ninformation on reporting security issues.\n\n## License\n\nThis project is licensed under the Apache-2.0 License. See the\n[LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws%2Faws-durable-execution-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws%2Faws-durable-execution-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws%2Faws-durable-execution-docs/lists"}