Skip to main content
Back to registry

aws-serverless

sickn33/antigravity-awesome-skills

Proper Lambda function structure with error handling

Installs523
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill aws-serverless
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Proper Lambda function structure with error handling When to use : ['Any Lambda function implementation', 'API handlers, event processors, scheduled tasks'] REST API and HTTP API integration with Lambda When to use : ['Building REST APIs backed by Lambda', 'Need HTTP endpoints for functions'] Lambda triggered by SQS for reliable async processing When to use : ['Decoupled, asynchronous processing', 'Need retry logic and DLQ', 'Processing messages in batches'] Why bad : Large deployment packages cause slow cold starts. Hard to scale individual operations. Updates affect entire system. Why bad : Increases deployment package size. Slows down cold starts significantly. Most of SDK/library may be unused. Why bad : VPC-attached Lambdas have ENI setup overhead. Blocking DNS lookups or connections worsen cold starts.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does aws-serverless do?

Proper Lambda function structure with error handling

Is aws-serverless good?

aws-serverless does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does aws-serverless work with?

aws-serverless currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to aws-serverless?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install aws-serverless?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill aws-serverless

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering