
Aws Integration
- 1 installs
- Updated May 12, 2026
- ennero/seminario1_a_1s2026_g5
Wire AWS SDK v3 services (S3, Cognito, Rekognition, Translate, Lex, Lambda, API Gateway) using env-var credentials and project-specific bucket names.
About
Checklist for integrating AWS SDK v3 services in a course project, reading all credentials and settings from environment variables. A developer uses it when wiring S3, Cognito, Rekognition, Translate, Lex, or Lambda and validating required env vars.
- Use @aws-sdk/client-* v3 packages, no hardcoded credentials
- Named buckets and services: S3 images, Cognito email verification, Rekognition face login
Aws Integration by the numbers
- 1 all-time installs (skills.sh)
- Ranked #933 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ennero/seminario1_a_1s2026_g5 --skill aws-integrationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | May 12, 2026 |
| Repository | ennero/seminario1_a_1s2026_g5 ↗ |
What it does
Wire AWS SDK v3 services (S3, Cognito, Rekognition, Translate, Lex, Lambda, API Gateway) using env-var credentials and project-specific bucket names.
Files
AWS Integration Skill
Goals
- Use AWS SDK v3 for all integrations.
- Read credentials and settings from environment variables.
- Keep bucket names and service identifiers aligned with project requirements.
Checklist
- Use @aws-sdk/client-* packages (v3).
- No hardcoded credentials; use process.env.
- S3 bucket for images: semi1proyecto-g6.
- Static web bucket: Proyecto-Web-G6.
- Cognito must include email verification.
- Rekognition for labels and face login.
- Translate for post/comment translations.
- Lex for faculty chatbot.