{"id":21763680,"url":"https://github.com/eduherminio/aws_lambda_cloudformation_poc","last_synced_at":"2026-04-16T07:33:22.318Z","repository":{"id":93342673,"uuid":"250908139","full_name":"eduherminio/AWS_Lambda_CloudFormation_PoC","owner":"eduherminio","description":"AWS Lambda PoC (deployed using CloudFormation) using .NET Core 3.1","archived":false,"fork":false,"pushed_at":"2020-04-01T20:43:17.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T01:32:08.095Z","etag":null,"topics":["aws","aws-lambda","cloudformation","dotnet-core"],"latest_commit_sha":null,"homepage":"","language":"C#","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/eduherminio.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":"2020-03-28T22:41:57.000Z","updated_at":"2020-04-01T20:43:20.000Z","dependencies_parsed_at":"2023-04-25T11:15:46.251Z","dependency_job_id":null,"html_url":"https://github.com/eduherminio/AWS_Lambda_CloudFormation_PoC","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/eduherminio%2FAWS_Lambda_CloudFormation_PoC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduherminio%2FAWS_Lambda_CloudFormation_PoC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduherminio%2FAWS_Lambda_CloudFormation_PoC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduherminio%2FAWS_Lambda_CloudFormation_PoC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduherminio","download_url":"https://codeload.github.com/eduherminio/AWS_Lambda_CloudFormation_PoC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739940,"owners_count":20501990,"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":["aws","aws-lambda","cloudformation","dotnet-core"],"created_at":"2024-11-26T12:16:00.862Z","updated_at":"2026-04-16T07:33:17.298Z","avatar_url":"https://github.com/eduherminio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Lambda CloudFormation PoC\n\n## Requirements\n\nAn existing s3 bucket (named `test-lambda-artifact` in this example)\n\n## Instructions\n\nInstall or update Amazon.Lambda.Tools\n\n```bash\n    dotnet tool install -g Amazon.Lambda.Tools\n    dotnet tool update -g Amazon.Lambda.Tools\n```\n\nDeploy the serverless application\n\n```bash\n    dotnet lambda deploy-serverless testLambdaCFStack -t serverless.template -sb test-lambda-artifact -sp TestLambdaCF/\n```\n\nTest the lambda function\n\n```bash\n    dotnet lambda list-functions\n    dotnet lambda invoke-function \u003cyour_function_name\u003e -p \"Hey!\"\n```\n\nCleanup\n\n```bash\n    dotnet lambda delete-serverless testLambdaCFStack\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduherminio%2Faws_lambda_cloudformation_poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduherminio%2Faws_lambda_cloudformation_poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduherminio%2Faws_lambda_cloudformation_poc/lists"}