Skip to content

Deploying a school presentation about Function as a Service inside a Function as a Service

License

Notifications You must be signed in to change notification settings

DimitriFankhauser/FaaS-in-FaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FaaS-in-FaaS

Deploying a school presentation about Function as a Service inside a Function as a Service. In my case: I deployed it through AWS Lambda.

Warning: this project is not secured in any way and may incur massive cloud cost in case of a DDOS-Attack or similar. Do not do this in a production environment. Set up cost alerts and learn more about DDOS-Protection here.

Configuration

AWS Lambda

  • Function URL=True
  • AUTH_TYPE =None

S3-Bucket

Bucket Settings:

Block Public Access: Off

Bucket-Policy:

"Statement": [
        {
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "<Your Bucket ARN>/*"
        }
    ]

About

Deploying a school presentation about Function as a Service inside a Function as a Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published