{"id":13858941,"url":"https://github.com/tobilg/tile38-lambda-layer","last_synced_at":"2025-10-14T10:30:31.926Z","repository":{"id":86825958,"uuid":"196549998","full_name":"tobilg/tile38-lambda-layer","owner":"tobilg","description":"A AWS Lambda layer for Tile38","archived":false,"fork":false,"pushed_at":"2020-08-01T16:30:38.000Z","size":3,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T04:23:45.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobilg.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}},"created_at":"2019-07-12T09:25:22.000Z","updated_at":"2020-11-09T03:18:53.000Z","dependencies_parsed_at":"2023-07-16T23:18:07.722Z","dependency_job_id":null,"html_url":"https://github.com/tobilg/tile38-lambda-layer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tobilg/tile38-lambda-layer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Ftile38-lambda-layer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Ftile38-lambda-layer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Ftile38-lambda-layer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Ftile38-lambda-layer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobilg","download_url":"https://codeload.github.com/tobilg/tile38-lambda-layer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobilg%2Ftile38-lambda-layer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018780,"owners_count":26086452,"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-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-08-05T03:02:27.035Z","updated_at":"2025-10-14T10:30:31.434Z","avatar_url":"https://github.com/tobilg.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# tile38-lambda-layer\nA AWS Lambda layer for Tile38\n\n## Usage\n\n### Layer content creation\n\nYou can run `./createLayer.sh` in the root directory of this repository to create the neccessary folder structure.\n\n### Deployment\n\nTo create the Tile38 Lambda layer in your AWS account, you can use\n\n```bash\n$ sls deploy\n```\n\nThis will create a layer with the `dev` stage in the `us-east-1` region. To use other stage names or regions, you can run\n\n```bash\n$ sls deploy --stage $STAGE --region $REGION\n```\n\nwhere `$STAGE` can be any stage name you want, and `$REGION` one of the [official AWS regions](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions).\n\n### Using the layer\n\nYou can now use the stack output `Tile38LambdaLayer` in other stacks to reference the newly created Tile38 Lambda layer.\n\nFor example, if you use Serverless, you can reference if via \n\n```yaml\nfunctions:\n  myfunction:\n    ...\n    layers:\n      - ${cf:tile38-lambda-layer-dev.Tile38LambdaLayer}\n```\n\nNote that the `dev` in the variable above is the stage of your layer service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobilg%2Ftile38-lambda-layer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobilg%2Ftile38-lambda-layer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobilg%2Ftile38-lambda-layer/lists"}