serverless
-
AthenaCloud/AWS 2022. 6. 17. 10:56
Overview Interactive query service for S3 (SQL) No need to load data, it stays in S3 Presto under the hood Serverless Unstructured, semi-structured, or structured Supports many data formats CSV JSON ORC Parquet Avro Examples ad-hoc queries of weblogs Querying staging data before loading to Redshift Analyze Cloudtail/CloudFront/VPC/ELB etc logs in S3 Integration with Jupiter, Zeppelin, R Studio n..
-
Serverless Architecture in AWS and Serverless Application Model(SAM)Cloud/AWS 2020. 7. 11. 20:36
1. Overview Serverless is a new paradigm in which the developers don't have to manage servers anymore. They just deploy code and functions such as Function as a Service(Faas). Serverless was pioneered by AWS Lambda but now also includes anything that's managed: "databases, messaging, storage, and etc." Serverless does not mean there are no servers. It means you just don't manage/provision/see th..