{"id":13667638,"url":"https://github.com/localstack/chalice-local","last_synced_at":"2025-04-11T09:31:00.738Z","repository":{"id":49995612,"uuid":"313762033","full_name":"localstack/chalice-local","owner":"localstack","description":"Small wrapper script to use AWS Chalice with LocalStack ","archived":false,"fork":false,"pushed_at":"2022-10-03T09:52:52.000Z","size":11,"stargazers_count":22,"open_issues_count":4,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-25T11:52:25.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/localstack.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}},"created_at":"2020-11-17T22:46:15.000Z","updated_at":"2025-01-27T18:17:52.000Z","dependencies_parsed_at":"2023-01-19T04:03:09.480Z","dependency_job_id":null,"html_url":"https://github.com/localstack/chalice-local","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fchalice-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fchalice-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fchalice-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fchalice-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localstack","download_url":"https://codeload.github.com/localstack/chalice-local/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368207,"owners_count":21092317,"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","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":[],"created_at":"2024-08-02T07:00:44.959Z","updated_at":"2025-04-11T09:31:00.495Z","avatar_url":"https://github.com/localstack.png","language":"Python","readme":"# AWS Chalice Client for LocalStack\n\nThis project provides `chalice-local`, a small wrapper script to use\n[AWS Chalice](https://github.com/aws/chalice) with [LocalStack](https://github.com/localstack/localstack).\n\n## Installing\n\nThe `chalice-local` command can be easily installed via `pip`:\n```\npip install chalice-local\n```\n\nYou can then use the `deploy` command to deploy the application against the LocalStack instance running locally:\n```\nchalice-local deploy\n```\n\nFor example, using the hello-world Chalice sample app:\n```\n$ chalice-local deploy\nCreating deployment package.\nReusing existing deployment package.\nCreating IAM role: test-dev\nCreating lambda function: test-dev\nCreating Rest API\nResources deployed:\n  - Lambda ARN: arn:aws:lambda:us-east-1:000000000000:function:test-dev\n  - Rest API URL: https://oc6nvd38ta.execute-api.us-east-1.amazonaws.com/api/\n```\n\nWe can then slightly adjust the URL to target the local endpoint in LocalStack, and invoke the deployed API directly:\n\n```\n$ curl http://oc6nvd38ta.execute-api.localhost.localstack.cloud:4566/api/\n{\"hello\":\"world\"}\n```\n\n## Configuration\n\nPlease refer to the LocalStack repository for available configuration options. Details following soon.\n\n## Change Log\n\n* `v0.1.1`: Initialize default region to avoid boto client issues\n* `v0.1.0`: Initial release of `chalice-local`\n\n## License\n\nThis library is released under the Apache License, Version 2.0 (see LICENSE.txt).\n","funding_links":[],"categories":["Tooling"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalstack%2Fchalice-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocalstack%2Fchalice-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalstack%2Fchalice-local/lists"}