{"id":22824475,"url":"https://github.com/p6m7g8/p6-zsh-sam-plugin","last_synced_at":"2026-02-13T22:48:27.386Z","repository":{"id":172471419,"uuid":"649327187","full_name":"p6m7g8/p6-zsh-sam-plugin","owner":"p6m7g8","description":"P6M7G8: ohmyzsh plugin for AWS SAM","archived":false,"fork":false,"pushed_at":"2024-11-22T15:01:41.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T22:39:24.512Z","etag":null,"topics":["aws","cli","ohmyzsh","p6","p6m7g8","plugin","sam","sh","shell","zsh"],"latest_commit_sha":null,"homepage":"https://continuouslearning.io","language":"Shell","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/p6m7g8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2023-06-04T14:05:27.000Z","updated_at":"2024-11-03T16:50:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa0f6375-0e9d-48c6-bbf3-f6b46b51a5be","html_url":"https://github.com/p6m7g8/p6-zsh-sam-plugin","commit_stats":null,"previous_names":["p6m7g8/p6-zsh-sam-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p6m7g8/p6-zsh-sam-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8%2Fp6-zsh-sam-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8%2Fp6-zsh-sam-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8%2Fp6-zsh-sam-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8%2Fp6-zsh-sam-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p6m7g8","download_url":"https://codeload.github.com/p6m7g8/p6-zsh-sam-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6m7g8%2Fp6-zsh-sam-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266424138,"owners_count":23926124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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","cli","ohmyzsh","p6","p6m7g8","plugin","sam","sh","shell","zsh"],"created_at":"2024-12-12T17:07:16.939Z","updated_at":"2026-02-13T22:48:27.375Z","avatar_url":"https://github.com/p6m7g8.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# P6's POSIX.2 p6-zsh-sam-plugin\n\n## Table of Contents\n\n### p6-zsh-sam-plugin\n\n- [P6's POSIX.2 p6-zsh-sam-plugin](#p6s-posix2-p6-zsh-sam-plugin)\n  - [Table of Contents](#table-of-contents)\n    - [p6-zsh-sam-plugin](#p6-zsh-sam-plugin)\n    - [Badges](#badges)\n  - [Summary](#summary)\n  - [Contributing](#contributing)\n  - [Code of Conduct](#code-of-conduct)\n  - [Changes](#changes)\n  - [Usage](#usage)\n    - [Aliases](#aliases)\n    - [Convenience Functions](#convenience-functions)\n  - [Author](#author)\n\n### Badges\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## Summary\n\n## Contributing\n\n- [How to Contribute](CONTRIBUTING.md)\n\n## Code of Conduct\n\n- [Code of Conduct](https://github.com/p6m7g8/.github/blob/master/CODE_OF_CONDUCT.md)\n\n## Changes\n\n- [Change Log](CHANGELOG.md)\n\n## Usage\n\n### Aliases\n\n- alias sb=\"sam build\"\n- alias si=\"sam init\"\n- alias sd=\"sam deploy\"\n- alias sl=\"sam list\"\n- alias ss=\"sam sync\"\n- alias sp=\"sam package\"\n- alias sdg=\"sam deploy --guided\"\n\n### Convenience Functions\n\n- sam_build_parallel()\n- sam_build_with_config_env(config_env)\n- sam_build_with_container(build_image)\n- sam_build_with_container_env_var_file(env_file)\n- sam_build_with_container_env_vars(github_token, global_env_var)\n- sam_deploy_guided()\n- sam_deploy_guided_with_template(template_file)\n- sam_init_from_location(location)\n- sam_init_no_interactive()\n- sam_list_endpoints_by_stack(stack_name)\n- sam_list_endpoints_json()\n- sam_local_invoke()\n- sam_local_invoke_by_logical_id(logical_id)\n- sam_local_invoke_with_env(env_vars_file, function_name)\n- sam_local_invoke_with_hook(hook_name)\n- sam_local_start_api(warm_containers)\n- sam_local_start_api_with_invoke_image(invoke_image)\n- sam_local_start_api_with_invoke_image_function(function_image)\n- sam_local_start_api_with_template(template_file)\n- sam_local_start_lambda_with_template(template_file)\n- sam_sync_code_by_resource_id(resource_id)\n- sam_sync_code_by_stack_and_resource_id(stack_name, resource_id)\n- sam_sync_code_watch()\n- sam_sync_no_watch()\n- sam_sync_watch()\n\n## Author\n\nPhilip M . Gollucci \u003cpgollucci@p6m7g8.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8%2Fp6-zsh-sam-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp6m7g8%2Fp6-zsh-sam-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6m7g8%2Fp6-zsh-sam-plugin/lists"}