{"id":25898265,"url":"https://github.com/clebsf/aws-lambda","last_synced_at":"2026-04-16T22:31:32.062Z","repository":{"id":278661931,"uuid":"913939136","full_name":"clebsf/aws-lambda","owner":"clebsf","description":"A really simple project with AWS Lambda. Like a \"Hello World\".","archived":false,"fork":false,"pushed_at":"2025-01-08T16:33:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T00:17:44.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clebsf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-08T16:33:24.000Z","updated_at":"2025-01-08T16:33:32.000Z","dependencies_parsed_at":"2025-02-21T01:39:27.454Z","dependency_job_id":"2b37f319-86ac-4e9e-b352-a83dda87d807","html_url":"https://github.com/clebsf/aws-lambda","commit_stats":null,"previous_names":["clebsf/aws-lambda"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clebsf/aws-lambda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebsf%2Faws-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebsf%2Faws-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebsf%2Faws-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebsf%2Faws-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clebsf","download_url":"https://codeload.github.com/clebsf/aws-lambda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clebsf%2Faws-lambda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-03-03T00:17:46.767Z","updated_at":"2026-04-16T22:31:32.044Z","avatar_url":"https://github.com/clebsf.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Lambda\nA simple example of an AWS Lambda function.\n\n## AWS Lambda Documentation\n- https://docs.aws.amazon.com/lambda/\n- https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html#java17-handler-example\n\n## Dependencies\nYou only need in your Maven project the **AWS Lambda Java Core library**.\n- https://mvnrepository.com/artifact/com.amazonaws/aws-lambda-java-core\n\n```java\npackage com.clebertfigueiredo;\n\nimport com.amazonaws.services.lambda.runtime.Context;\nimport com.amazonaws.services.lambda.runtime.LambdaLogger;\nimport com.amazonaws.services.lambda.runtime.RequestHandler;\n\npublic class HandlerIntegerJava17 implements RequestHandler\u003cIntegerRecord, Integer\u003e {\n    @Override\n    public Integer handleRequest(IntegerRecord event, Context context) {\n        LambdaLogger logger = context.getLogger();\n        logger.log(\"String found: \" + event.message());\n        return event.x() + event.y();\n    }\n}\n\npublic record IntegerRecord(int x, int y, String message) {\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclebsf%2Faws-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclebsf%2Faws-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclebsf%2Faws-lambda/lists"}