AWS Certified Solutions Architect - Associate SAA-C03 證照考古題

閱讀時間約 47 分鐘

AWS 架構師證照考古題大全 20240922

Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。

QUESTION 21

A company's dynamic website is hosted using on-premises servers in the United States. The company is launching its product in Europe and it wants to optimize site loading times for new European users. The site's backend must remain in the United States. The product is being launched in a few days, and an immediate solution is needed

What should the solutions architect recommend?

A.       Launch an Amazon EC2 instance in us-east-1 and migrate the site to it

B.       Move the website to Amazon S3 Use cross-Region replication between Regions.

C.      Use Amazon CloudFront with a custom origin pointing to the on-premises servers

D.      Use an Amazon Route 53 geoproximity routing policy pointing to on-premises servers

Correct Answer: C

Section: (none)


QUESTION 22

A company has recently updated its internal security standards. The company must now ensure all Amazon S3 buckets and Amazon Elastic Block Store (Amazon EBS) volumes are encrypted with keys created and periodically rotated by internal security specialists.

The company is looking for a native, software-based AWS service to accomplish this goal. What should a solutions architect recommend as a solution?

A.       Use AWS Secrets Manager with customer master keys (CMKs) to store master key material and apply a routine to create a new CMK periodically and replace it in AWS Secrets Manager.

B.       Use AWS Key Management Service (AWS KMS) with customer master keys (CMKs) to store master key material and apply a routing to re-create a new key periodically and replace it in AWS KMS.

C.      Use an AWS CloudHSM cluster with customer master keys (CMKs) to store master key material and apply a routine a re-create a new key periodically and replace it in the CloudHSM cluster nodes.

D.      Use AWS Systems Manager Parameter Store with customer master keys (CMKs) keys to store master key material and apply a routine to re-create a new periodically and replace it in the Parameter Store.

Correct Answer: B

Section: (none)


探索雲端無限可能!了解更多關於小豬科技的全方位解決方案。點擊這裡


QUESTION 23

A solution architect must design a solution that uses Amazon CloudFront with an Amazon S3 to store a static website.

The company security policy requires that all websites traffic be inspected by AWS WAF.How should the solution architect company with these requirements?

A.       Configure an S3 bucket policy to accept requests coming from the AWS WAF Amazon Resource Name (ARN) only

B.       Configure Amazon CloudFront to forward all incoming requests to AWS WAF before requesting content from the S3 origin,

C.      Configure a security group that allows Amazon CloudFront IP addresses to access Amazon S3 only Associate AWS WAF to CloudFront.

D.      Configure Amazon CloudFront and Amazon S3 to use an origin access identity (OAI) to restrict access to the S3 bucket. Enable AWS WAF on the distribution.

Correct Answer: D

Section: (none)


QUESTION 24

A solutions architect is using Amazon S3 to design the storage architecture of a new digital media application.

The media files must be resilient to the loss of an Availability Zone Some files are accessed frequently while other files are rarelyaccessed in an unpredictable pattern. The solutions architect must minimize the costs of storing and retrieving the media files.

Which storage option meets these requirements?

A.       S3 Standard

B.       S3 Intelligent-Tiering

C.      S3 Standard-Infrequent Access (S3 Standard-IA)

D.      S3 One Zone-Infrequent Access (S3 One Zone-IA)

Correct Answer: B

Section: (none)


QUESTION 25

An application allows users at a company's headquarters to access product data. The product data is stored in an Amazon RDS MySQL DB instance. The operations team has isolated an application performance slowdown and wants to separate readtraffic from write traffic. A solutions architect needs to optimize the application's performance quickly.

What should the solutions architect recommend?

A.       Change the existing database to a Multi-AZ deployment. Serve the readrequests from the primary Availability Zone.

B.       Change the existing database to a Multi-AZ deployment. Serve the read requestsfrom the secondary Availability Zone.

C.      Create read replicas for the database.

Configure the read replicas with half of the compute and storage resources as the source database.

D.      Create read replicas for the database.

Configure the read replicas with the same compute and storage resources as the source database.

Correct Answer: D

Section: (none)


QUESTION 26

A company that hosts its web application on AWS wants to ensure all Amazon EC2 instances. Amazon RDS DB instances andAmazon Redshift clusters are configured with tags. The company wants to minimize the effort of configuring and operating this check. What should a solutions architect do to accomplish this''

A.       Use AWS Config rules to define and detect resources that are not property tagged

B.       Use Cost Explorer to display resources that are not properly tagged Tag those resources manually.

C.      Write API calls to check all resources for proper tag allocation. Periodically run the code on an EC2 instance.

D.      Write API calls to check all resources for proper tag allocation.

Schedule an AWS Lambda function through Amazon CloudWatch to periodically run the code

Correct Answer: A

Section: (none)


QUESTION 27

A company stores call recordings on a monthly basis Statistically, the recorded data may be referenced randomly within a year but accessed rarely after 1 year. Files that are newer than 1 year old must be queried and retrieved as quickly as possible. A delay in retrieving older files is acceptable A solutions architect needs to store the recorded data at a minimal cost.

Which solution is MOST cost-effective?

A.       Store individual files in Amazon S3 Glacier and store search metadata in object tags created in S3 Glacier.

Query S3 Glacier tags and retrieve the files from S3 Glacier

B.       Store individual files in Amazon S3 Use lifecycle policies to move the files to Amazon S3 Glacier after 1 year.

Query and retrieve the files from Amazon S3 or S3 Glacier.

C.      Archive individual files and store search metadata for each archive in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after 1 year.

Query and retrieve the files by searching for metadata from Amazon S3

D.      Archive individual files in Amazon S3.

Use lifecycle policies to move the files to Amazon S3 Glacier after 1 year.

Store search metadata in Amazon DynamoDB Query the files from DynamoDB and retrieve them from Amazon S3 or S3 Glacier

Correct Answer: B

Section: (none)


QUESTION 28

A company has a highly dynamic batch processing job that uses many Amazon EC2 instances to complete it.

The job is stateless in nature, can be started and stopped at any given time with no negative impact, and typically takes upwards of 60 minutes total to complete. The company has asked a solutions architect to design a scalable and cost-effective solution that meets the requirements of the job.

What should the solutions architect recommend?

A.       Implement EC2 Spot Instances

B.       Purchase EC2 Reserved Instances

C.      Implement EC2 On-Demand Instances

D.      Implement the processing on AWS Lambda

Correct Answer: A

Section: (none)


QUESTION 29

A company runs a production application on a fleet of Amazon EC2 instances. The application reads the data from an Amazon SQS queue and processes the messages in parallel. The message volume is unpredictable and often has intermittent traffic. This application should continually process messages without any downtime Which solution meets these requirements MOST cost-effectively?

A.       Use Spot Instances exclusively to handle the maximum capacity required

B.       Use Reserved Instances exclusively to handle the maximum capacity required

C.      Use Reserved Instances for the baseline capacity and use Spot InstaKes to handle additional capacity

D.      Use Reserved instances for the baseline capacity and use On-Demand Instances to handle additional capacity

Correct Answer: C

Section: (none)


QUESTION 30

A company provides an API to its users that automates inquiries for tax complutations based on item prices. The companyexperiences a larger number of inquires during the holiday season only that cause slower response times. A solution architectneeds to design a solution that is scalable and elastic. What should the solutions architect do to accomplish this?

A.       Provide an API hosted on an Amazon EC2 instance.

The EC2 instance performs the required computations when the API request is made.

B.       Design a REST API using Amazon API Gateway that accepts the item names, API Gateway passes item names to AWS Lambada for tax computations.

C.      Create ans Application Load Balancer that has two Amazon EC2 instances behind it. The EC2 instances will compute the tax on the recieved item names.

D.      Design a REST API using Amazon API Gateway that connects with an API hosted on an Amazon EC2 instance, APIGateway accepts and passes the item names to the EC2 instance for tax computations.

Correct Answer: B

Section: (none)


需要個性化雲端解決方案?聯絡小豬科技專員,我們為您提供最佳建議!立即聯絡


QUESTION 31

A solutions architect is designing a VPC with public and private subnets. The VPC and subnets use IP 4 CIDR blocks. There isone public subnet and one private subnet in each of three Availability Zone (AZs) for high availability. An internet gateway is used to provide internet access for the public subnets. The private subnets require access to the internet to allow Amazon EC2instances to download software updates. What should the solutions architect do to enable Intrnet access for the private subnets? 

A.       Create three NAT gateways, one for each public subnet in each AZ.

Create a private route table for each AZ that forwards non-VPC traffic to the NAT gateway in its AZ.

B.       Create three NAT gateways, one for each private subnet in each AZ.

Create a private route table for each AZ that forwards non-VPC traffic to the NAT gateway in its AZ.

C.      Create second internet gateway on one of the private subnets.

Update the rout table for the private subnets that forward non-VPC traffic to the private internt gateway.

D.      Create an egress-only internet gateway on one of the public subnets.

Update the route table for the private subnets that forward non-VPC traffic to the egress-only internet gateway.

Correct Answer: A

Section: (none)


QUESTION 32

A company is preparing to launch a public-facing web application in the AWS Cloud. The architecture consists of Amazon EC2 instances within a VPC behind an Elastic Load Balancer (ELB). A third-party service is used for the DNS. The company'ssolutions architect must recommend a solution to detect and protect against large-scale DDoS attacks.

Which solution meets these requirements?

A.       Enable Amazon Guard Duty on th account

B.       Enable Amazon Inspector on the EC2 instances

C.      Enable AWS Shield and assign Amazon Route 53 to it.

D.      Enable AWS Shield Advancd and assign the ELB to it.

Correct Answer: D

Section: (none)


QUESTION 33

A company has a dynamic web application hostes on two Amazon EC2 instances. The company has its own SSL certificate,which is on each instance to perform SSL termination. There has been an increase in traffic recently, and the operations team determined that SSL encryption and decryption is causing the compute capacity of the web servers to reach their maximum limit. What should a solutions architect do to increase the application's performance?

A.       Create a new SSL certificate using AWS Certificate Manager (ACM). Install the ACM certificate on each instance.

B.       Create an Amazon S3 bucket Migrate the SSL certificate to the S3 bucket. Configure the EC2 instances to reference the bucket for SSL termination.

C.      Create another EC2 instance as a proxy server.

Migrate the SSL certificate to the new instance and configure it to direct connctions to the existing EC2 instances.

D.      Import the SSL certificate into AWS Crtificate Manager (ACM).

Create an Application Load Balancer with an HTTPS listener that uses the SSL certificate from ACM.

Correct Answer: D

Section: (none)


QUESTION 34

A company maintains a searchable repository of items on its website. The data is stored in an Amazon RDS for MySQL database table that contains over 10 million rows. The database has 2 TB of General Purpose SSD (gp2) storage. There are millions of updates against this data every day through the company's website. The company has noticed some operations are taking 10 seconds or longer, and has determined that the database storage performance is bottleneck.

Which solution addresses the performance issues?

A.       Change the storage type to Provissioned IOPS SSD (io1).

B.       Change the instance to a memory-optimized instance class.

C.      Change the instance to a burstable performance DB instance class.

D.      Enable Multi-AZ RDS read replicas with MySQL natice asynchronous replication.

Correct Answer: A

Section: (none)


QUESTION 35

A company has na application that generates a large number of files, each approximately 5 MB in size. The files are stored inAmazon S3. Company policy requires teh files to be stored for 4 years before they can be deleted. Immediate accessibility isalways required as teh files contain critical business data that is not easy to reproduce. The files are frequently accessed in the first 30 days of the object creation but are rarely accessed after the first 30 days.

Which storage solution is MOST cost effective?

A.       Create an S3 bucket lifecycle policy to move files from S3 Standard to S3 Glacier 30 days from object creation.

Delete the files 4 years after the object creation.

B.       Create an S3 bucket lifecycle policy to move files from S3 Standard to S3 One Zone-Infrequent Access (S3 One Zone-IA) 30 days from object creation.

Delete the files 4 years after the object creation.

C.      Create an S3 bucket lifecycle policy to move files from S3 Standard to S3 Standard-Infrequent Access (S3 Standard-IA) 30 days from object creation.

Delete the files 4 years after the object creation.

D.      Create an S3 bucket lifecycle policy to move files from S3 Standard to S3 Standard-Infrequent Access (S3 Standard-IA) 30 days from object creation.

Move the file to S3 Glacier 4 years after object creation.

Correct Answer: C

Section: (none)


想要快速啟動雲端服務?現在就註冊小豬科技,輕鬆開通您的雲端伺服器!立即註冊


QUESTION 36

A company is preparing to store confidential data in Amazon S3. For compliance reasons, the data must be encrypted at rest. Encryption key usage must be logged for auditing purposes. Key must be rotated every year.

Which solution meets these requirements and is the MOST operationally effecient?

A.       Server-side encryption with customer-provided keys (SSE-C)

B.       Server-side encryption with Amazon S3 managed keys (SSE-S3)

C.      Server-side encryption with AWS KMS (SSE-KMS) customer master keys (CMKs) with manual rotation.

D.      Server-side encryption with AWS KMS (SSE-KMS) customer master keys (CMKs) with automatic rotation.

Correct Answer: D

Section: (none)


QUESTION 37

A company wants to migrate its MySQL database from on-premises to AWS. The company recently experienced a databaseoutage that significantly impacted the business. To ensure this does not happen again, the company wants a reliable database solution on AWS that minimizes data loss and stores every transaction on at least two nodes.

Which solution meets these requirements?

A.       Create an Amazon RDS DB instance with synchronous replication to three nodes in three Availability Zones.

B.       Create an Amazon RDS MySQL DB instance with Multi-AZ functionality enabled to synchronously replicate the data.

C.      Create an Amazon RDS MySQL DB instance with Multi-AZ and the create a read replica in a separate AWS Region that synchronously replicates the data.

D.      Create and Amazon EC2 instance with a MySQL engine installed that triggers an AWS Lambda fucntion to synchronously replicate the data to an Amazon RDS MySQL DB instance.

Correct Answer: B

Section: (none)


QUESTION 38

A company has an automobile sales website that stores its listings in an database on Amazon RDS When an automobile is sold, the listing needs to be removed from the website and the data must be sent to multiple target systems.

Which design should a solutions architect recommend?

A.       Create an AWS Lambda function triggered when the database on Amazon RDS is updated to send the information to an Amazon Simple Queue Service (Amazon SQS) queue for the targets to consume.

B.       Create an AWS Lambda function triggered when the database on Amazon RDS is updated to send the information to an Amazon Simple Queue Service (Amazon SQS) FIFO queue for the targets to consume.

C.      Subscribe to an RDS event notification and send an Amazon Simple Queue Service (Amazon SQS) queue fanned out to multiple Amazon Simple Notification Service (Amazon SNS) topics. Use AWS Lambda functions to update the targets.

D.      Subscribe to an RDS event notification and send an Amazon Simple Notification Service (Amazon SNS) topic fanned out to multiple Amazon Simple Queue Service (Amazon SQS) queues Use AWS Lambda functions to update the targets.

Correct Answer: D

Section: (none)


QUESTION 39

A company wants to build a scalable key management infrastructure to support developers who need to encrypt data in their applications.

What should a solutions architect do to reduce the operational burden?

A.       Use multi-factor authentication (MFA) to protect the encryption keys

B.       Use AWS Key Management Service (AWS KMS) to protect the encryption keys

C.      Use AWS Certificate Manager (ACM) to create, store and assign the encryption keys

D.      Use an IAM policy to limit the scope of users who have access permissions to protect the encryption keys

Correct Answer: B

Section: (none)


QUESTION 40

A company is running a multi-tier web application on premises. The web application is containerized and runs on a number of Linux hosts connected to a PostgreSQL database that contains user records. The operational overhead of maintaining the infrastructure and capacity planning is limiting the company's growth. A solutions architect must improve the application'sinfrastructure. Which combination of actions should the solutions architect take to accomplish this? (Select TWO.)

A.       Migrate the PostgreSQL database to Amazon Aurora

B.       Migrate the web application to be hosted on Amazon EC2 instances.

C.      Set up an Amazon CloudFront distribution for the web application content.

D.      Set up Amazon ElastiCache between the web application and the PostgreSQL database

E.       Migrate the web application to be hosted on AWS Fargate with Amazon Elastic Container Service (Amazon ECS)

Correct Answer: AE

Section: (none)


需要更多資訊?小豬科技專員隨時為您服務,聯絡我們,為您的業務提供最佳的雲端解決方案!點擊聯絡

    1會員
    47內容數
    小豬科技 - 您的雲端伺服器解決方案 我們是領先的雲端伺服器供應商,提供來自 AWS、GCP、阿里雲、騰訊雲等頂級供應商的解決方案。我們主要提供高效能 VPS(虛擬機),以滿足客戶的多樣化需求。
    留言0
    查看全部
    發表第一個留言支持創作者!
    小豬科技的沙龍 的其他內容
    谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 101 You need
    小豬科技專注於提供雲端伺服器服務,同時積極推廣聯盟行銷計畫,為夥伴創造高達20%的佣金收益。無論是部落客、內容創作者、IT專業人士,都能夠透過推廣小豬科技的服務賺取額外收入。加入聯盟行銷計畫,獲取專屬推廣連結及優惠碼,享受被動收入的優勢,這是所有希望在數位市場中受益的創作者與行銷專家不可錯過的機會!
    本文探討阿里雲在2024年雲棲大會中宣佈的降價策略及其背後的商業意圖,分析這些措施如何促進大模型技術的應用和生態系統的發展。文章還探討了新一代開源模型Qwen2.5和Qwen2-VL-72B的發布、這些技術突破對於阿里雲市場地位的鞏固,以及降價對毛利率的影響,以及未來在降低成本與技術優勢之間的挑戰。
    AWS CLF-C02 QUESTION 119 A company has 5 TB of data stored in Amazon S3. The company plans to occasionally run queries on the data for analysis.
    Amazon Web Services (AWS) 在 2024 年第二季展現穩健的成長,營收達262.8億美元,同比增長19%。新任執行長Matt Garman將推動針對人工智慧需求的服務強化,面對競爭對手如Microsoft Azure與Google Cloud,AWS持續努力鞏固其市場領導地位
    AWS 架構師證照考古題大全 SAA-C03 20240919 QUESTION 19 A development team needs to host a website that will be accessed by other teams.
    谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 101 You need
    小豬科技專注於提供雲端伺服器服務,同時積極推廣聯盟行銷計畫,為夥伴創造高達20%的佣金收益。無論是部落客、內容創作者、IT專業人士,都能夠透過推廣小豬科技的服務賺取額外收入。加入聯盟行銷計畫,獲取專屬推廣連結及優惠碼,享受被動收入的優勢,這是所有希望在數位市場中受益的創作者與行銷專家不可錯過的機會!
    本文探討阿里雲在2024年雲棲大會中宣佈的降價策略及其背後的商業意圖,分析這些措施如何促進大模型技術的應用和生態系統的發展。文章還探討了新一代開源模型Qwen2.5和Qwen2-VL-72B的發布、這些技術突破對於阿里雲市場地位的鞏固,以及降價對毛利率的影響,以及未來在降低成本與技術優勢之間的挑戰。
    AWS CLF-C02 QUESTION 119 A company has 5 TB of data stored in Amazon S3. The company plans to occasionally run queries on the data for analysis.
    Amazon Web Services (AWS) 在 2024 年第二季展現穩健的成長,營收達262.8億美元,同比增長19%。新任執行長Matt Garman將推動針對人工智慧需求的服務強化,面對競爭對手如Microsoft Azure與Google Cloud,AWS持續努力鞏固其市場領導地位
    AWS 架構師證照考古題大全 SAA-C03 20240919 QUESTION 19 A development team needs to host a website that will be accessed by other teams.
    你可能也想看
    Google News 追蹤
    Thumbnail
    本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
    Thumbnail
    透過充分利用 AWS Organizations 和 CloudFormation StackSets,您可以更好地實現企業級的雲端管理與控制,為業務的持續發展提供穩固的技術支撐。
    AWS DataSync 是一種線上資料移動和探索服務,可簡化並加速向 AWS 的資料遷移,以及在內部部署儲存、邊緣節點、其他雲端和 AWS 儲存服務移入和移出資料[1]。 在某些架構上會,使用該服務會需要安裝 DataSync Agent 來傳輸檔案 您需要 DataSync Agen
    Thumbnail
    當我們架好站、WebService測試完,接著就是測試區域網路連線啦~
    Thumbnail
    雲端已經成為App開發的核心,而Amazon的AWS(Amazon Web Services是開發者常用的平台,可以幫助開發者建立、整合和擴展App。
    Thumbnail
    本文介紹了CSS Battle #172 交叉骷髏題目的解答技巧,包括圖層拆解的熟練程度和對小圓拆開處理等技巧。作者分享了100%的解法,鼓勵讀者分享自己的作法與交流。
    Thumbnail
    是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 很多大公司的切版與前端是分開的,但不能因為碰不到就不去理解,假如要系統性的調整樣式,那麼你就一定要懂基礎,就好像你要調整微前端的架構,總不能連包板工具的設定都不會吧! 回到正題,這系列文章每個禮拜三都會更新一題CSS Battle的題
    Thumbnail
    是的,身為前端工程師的基本功! 還是需要時不時拿出來打磨一番,這系列文章每個禮拜三都會更新一題CSS Battle的題目,歡迎與我交流喔!
    Thumbnail
    是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目與解法
    Thumbnail
    是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目解法
    Thumbnail
    在沒有分環境之前,每一隻lambda只有一個code console給所有人一起編輯,開發好了就deploy,根據設定的trigger觸發執行。 現在我們希望能夠在code console開發,然後deploy到不同的stage,目標是不同stage的api gateway能夠調用該lambda的
    Thumbnail
    本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
    Thumbnail
    透過充分利用 AWS Organizations 和 CloudFormation StackSets,您可以更好地實現企業級的雲端管理與控制,為業務的持續發展提供穩固的技術支撐。
    AWS DataSync 是一種線上資料移動和探索服務,可簡化並加速向 AWS 的資料遷移,以及在內部部署儲存、邊緣節點、其他雲端和 AWS 儲存服務移入和移出資料[1]。 在某些架構上會,使用該服務會需要安裝 DataSync Agent 來傳輸檔案 您需要 DataSync Agen
    Thumbnail
    當我們架好站、WebService測試完,接著就是測試區域網路連線啦~
    Thumbnail
    雲端已經成為App開發的核心,而Amazon的AWS(Amazon Web Services是開發者常用的平台,可以幫助開發者建立、整合和擴展App。
    Thumbnail
    本文介紹了CSS Battle #172 交叉骷髏題目的解答技巧,包括圖層拆解的熟練程度和對小圓拆開處理等技巧。作者分享了100%的解法,鼓勵讀者分享自己的作法與交流。
    Thumbnail
    是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 很多大公司的切版與前端是分開的,但不能因為碰不到就不去理解,假如要系統性的調整樣式,那麼你就一定要懂基礎,就好像你要調整微前端的架構,總不能連包板工具的設定都不會吧! 回到正題,這系列文章每個禮拜三都會更新一題CSS Battle的題
    Thumbnail
    是的,身為前端工程師的基本功! 還是需要時不時拿出來打磨一番,這系列文章每個禮拜三都會更新一題CSS Battle的題目,歡迎與我交流喔!
    Thumbnail
    是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目與解法
    Thumbnail
    是的,身為前端工程師的基本功!還是需要時不時拿出來打磨一番! 這系列文章每個禮拜三都會更新一題CSS Battle的題目解法
    Thumbnail
    在沒有分環境之前,每一隻lambda只有一個code console給所有人一起編輯,開發好了就deploy,根據設定的trigger觸發執行。 現在我們希望能夠在code console開發,然後deploy到不同的stage,目標是不同stage的api gateway能夠調用該lambda的